Update a template's properties
PATCH /notifications/{notificationId}/{channel}/templates/{templateId}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Notification ID
Channel type
Template ID
Request Body required
Section titled “Request Body required ”Request body for updating a template. Include only properties that apply to the channel in the path. EMAIL: html, subject, senderName, etc. | INAPP_WEB: title, redirectURL, instant, batch | SMS/CALL: text | PUSH/WEB_PUSH: title, message, icon, url | SLACK: text, blocks, username, icon
object
HTML body of the email.
Preview text (e.g. for inbox).
Internal editor representation of the email content (e.g. Bee or Redactor JSON). Used for editing and component embedding; the actual email sent to recipients uses the html field.
Email subject line.
Sender display name.
Sender email address.
Notification title (in-app).
URL to open when the user taps the notification.
Image URL shown in the in-app notification.
Copy for instant (real-time) delivery.
object
Copy for batch delivery.
object
Message text (SMS or call).
Push notification body text. (title is shared with INAPP_WEB above.)
Web push: icon URL. Slack: bot icon (emoji or URL).
Web push: URL to open when the notification is clicked.
Slack message blocks (optional).
object
Slack bot username.
Responses
Section titled “ Responses ”Successful response
object
object
Bad Request
Unauthorized
Internal Server Error