create one or multiple defaultNotificationTemplates
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
{
"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
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
201500