POST /v1/Conversations/{Sid}
Update an existing conversation in your account's default service
Servers
- https://conversations.twilio.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
Sid |
String | Yes |
A 34 character string that uniquely identifies this resource. Can also be the |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
X-Twilio-Webhook-Enabled |
String | No |
The X-Twilio-Webhook-Enabled HTTP request header Possible values:
|
Request body fields
Name | Type | Required | Description |
---|---|---|---|
UniqueName |
String | No |
An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's |
State |
String | No |
Possible values:
|
Attributes |
String | No |
An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. Note that if the attributes are not set "{}" will be returned. |
FriendlyName |
String | No |
The human-readable name of this conversation, limited to 256 characters. Optional. |
DateUpdated |
String | No |
The date that this resource was last updated. |
Timers.Inactive |
String | No |
ISO8601 duration when conversation will be switched to |
DateCreated |
String | No |
The date that this resource was created. |
MessagingServiceSid |
String | No |
The unique ID of the Messaging Service this conversation belongs to. |
Timers.Closed |
String | No |
ISO8601 duration when conversation will be switched to |
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.