The Conversations API allows you to create conversational (back-and-forth) messaging across multiple channels: Chat, WhatsApp, and SMS.
All URLs in the reference documentation use the following base URL:
1https://conversations.twilio.com/v12
You can control your connectivity into Twilio's platform by including your specific edge location in the subdomain. This will allow you to bring Twilio's public or private network connectivity closer to your applications for improved performance.
For instance customers with infrastructure in Australia can make use of the sydney
edge location by using the base url of:
https://conversations.sydney.us1.twilio.com/v1
This API uses HTTP Basic Authentication for authentication. Pass your Account SID as the username and Auth Token as the password (find them in the console).
The Conversation resource is the primary resource, representing a unique thread of a conversation.
A Conversation has the following sub-resources:
The Conversation Webhook resource covers webhook configurations for all Conversations.
Refer to our quickstart guide for a step by step introduction to Conversations and an overview of commonly used features.