API Reference
API Documentation
V3
- Get Started
- π Workspaces
- π€ Agents
- Calls & Numbers
- π¨ Tools
- βοΈ Variables
- π₯ Leads
- π§ Knowledge Base
- π¬ Conversations
- π’ Orgs
Agents
- Introduction
- GETGet Agent
- POSTCreate/Edit Agent
- DELDelete Agent
- POSTChat Interact
- POSTConfigure State
- π§ Knowledge Base
- π¬ Conversations
- π Analytics
Workspaces
- GETGet Workspace
- POSTEdit Workspace
- DELDelete Workspace
- πΌ Agency
- π’ Orgs
- π€ Clients
Calls & Numbers
Import a Twilio Number
This endpoint is used to import a twilio number.
POST
/
utils
/
import-twilio-number
Copy
curl --request POST \
--url https://eu-gcp-api.vg-stuff.com/v3/utils/import-twilio-number \
--header 'Content-Type: application/json' \
--data '{
"twilioNumber": "<string>",
"twilioAccountSid": "<string>",
"twilioAccountAuthToken": "<string>",
"twilioCallerId": "<string>",
"workspaceId": "<string>",
"agentId": "<string>"
}'
Copy
{
"phoneNumber": "<string>",
"phoneNumberSid": "<string>",
"message": "<string>"
}
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
curl --request POST \
--url https://eu-gcp-api.vg-stuff.com/v3/utils/import-twilio-number \
--header 'Content-Type: application/json' \
--data '{
"twilioNumber": "<string>",
"twilioAccountSid": "<string>",
"twilioAccountAuthToken": "<string>",
"twilioCallerId": "<string>",
"workspaceId": "<string>",
"agentId": "<string>"
}'
Copy
{
"phoneNumber": "<string>",
"phoneNumberSid": "<string>",
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.