POST /v1/Configuration/Addresses
Create a new address configuration
Servers
- https://conversations.twilio.com
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 |
---|---|---|---|
AutoCreation.Type |
String | No |
Possible values:
|
AutoCreation.StudioFlowSid |
String | No |
For type |
AutoCreation.WebhookFilters[] |
Array | No |
The list of events, firing webhook event for this Conversation. Values can be any of the following: |
AutoCreation.WebhookMethod |
String | No |
Possible values:
|
AutoCreation.ConversationServiceSid |
String | No |
Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. |
Type |
String | Yes |
Possible values:
|
FriendlyName |
String | No |
The human-readable name of this configuration, limited to 256 characters. Optional. |
Address |
String | Yes |
The unique address to be configured. The address can be a whatsapp address or phone number |
AutoCreation.Enabled |
Boolean | No |
Enable/Disable auto-creating conversations for messages to this address |
AutoCreation.StudioRetryCount |
Integer | No |
For type |
AutoCreation.WebhookUrl |
String | No |
For type |
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.