Appearance
Create Notification Config
Create a new notification configuration that defines automated alerts for events within the target path. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.name* | string | The display name of the notification config |
body.trigger* | string | The event that triggers this notification |
body.recipients | object | Recipient configuration (roles, users, etc.) |
body.template | object | Notification message template |
Return Value
The created notification configuration.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/notification" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Form Submitted Alert", "trigger": "form.submitted"}'ENDPOINTS
post
/api/{targetPath}/notification