Configuration Resource
The Twilio Conversations' Configuration resource represents settings applied at the account level, across all Conversation Services.
Configuration properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account responsible for this configuration. |
default_chat_service_sid
|
The SID of the default Conversation Service used when creating a conversation. |
default_messaging_service_sid
|
The SID of the default Messaging Service used when creating a conversation. |
default_inactive_timer
|
Default ISO8601 duration when conversation will be switched to |
default_closed_timer
|
Default ISO8601 duration when conversation will be switched to |
url
|
An absolute API resource URL for this global configuration. |
links
|
Contains absolute API resource URLs to access the webhook and default service configurations. |
Fetch a Configuration resource
https://conversations.twilio.com/v1/Configuration
Example 1
Update a Configuration resource
https://conversations.twilio.com/v1/Configuration
Parameters
Parameters in REST API format | |
---|---|
default_chat_service_sid
Optional
|
The SID of the default Conversation Service to use when creating a conversation. |
default_messaging_service_sid
Optional
|
The SID of the default Messaging Service to use when creating a conversation. |
default_inactive_timer
Optional
|
Default ISO8601 duration when conversation will be switched to |
default_closed_timer
Optional
|
Default ISO8601 duration when conversation will be switched to |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.