Notification_templates

NotificationTemplateCreate

Create notification template

post/channel/{id}/notification-templates

Path parameters

idstring required

The channel id

Request body

titlestring
<p>The notification title.</p>
namestring
<p>The notification name.</p>
textstring
<p>The notification text.</p>
urlstring
<p>The notification URL.</p>
iconUrlstring
<p>The notification's icon.</p>
mediaUrlstring
<p>The notification's large media/image.</p>
actionsstring[]
<p>Array of action objects: { title, url, [icon] }.</p>

Response

Success-Response:

successboolean required
idstring

Changes

No recorded changes to this endpoint across all 2 revisions of this API.