| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

```json
{
  "defaultNotificationTemplate": [
    {
      "companyUuid": "uuid",
      "campaignTemplateUuid": "uuid",
      "enabled": true,
      "reminderLimit": "number",
      "mode": "EmailV1",
      "notificationCategory": "activation",
      "recurringEnabled": true,
      "recurringIntervalDays": "number",
      "sendDaysAfter": "number",
      "sendDaysBefore": "number"
    }
  ]
}
```

# ``201      One or many defaultNotificationTemplate documents created. Wrapped in a JsonAPI root response.

# ``500      default error response

---

```bash
curl --request POST \
     --url https://services.fountain.com/api/servicepulse/defaultNotificationTemplates \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
{
  "mode": "EmailV1",
  "notificationCategory": "activation"
}
}'
```

---

application/json

``201``500

---
