POST /v1/Services/{ChatServiceSid}/Configuration/Notifications
Update push notification service settings
Servers
- https://conversations.twilio.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
ChatServiceSid |
String | Yes |
The SID of the Conversation Service the Configuration applies to. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
AddedToConversation.Template |
String | No |
The template to use to create the notification text displayed when a participant is added to a conversation and |
RemovedFromConversation.Template |
String | No |
The template to use to create the notification text displayed to a user when they are removed from a conversation and |
LogEnabled |
Boolean | No |
Weather the notification logging is enabled. |
NewMessage.Sound |
String | No |
The name of the sound to play when a new message is added to a conversation and |
AddedToConversation.Sound |
String | No |
The name of the sound to play when a participant is added to a conversation and |
RemovedFromConversation.Enabled |
Boolean | No |
Whether to send a notification to a user when they are removed from a conversation. The default is |
NewMessage.Enabled |
Boolean | No |
Whether to send a notification when a new message is added to a conversation. The default is |
AddedToConversation.Enabled |
Boolean | No |
Whether to send a notification when a participant is added to a conversation. The default is |
NewMessage.BadgeCountEnabled |
Boolean | No |
Whether the new message badge is enabled. The default is |
RemovedFromConversation.Sound |
String | No |
The name of the sound to play to a user when they are removed from a conversation and |
NewMessage.WithMedia.Enabled |
Boolean | No |
Whether to send a notification when a new message with media/file attachments is added to a conversation. The default is |
NewMessage.WithMedia.Template |
String | No |
The template to use to create the notification text displayed when a new message with media/file attachments is added to a conversation and |
NewMessage.Template |
String | No |
The template to use to create the notification text displayed when a new message is added to a conversation and |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.