Update Twilio Webhook Url
Update Twilio Webhook Url
application/json
Request Body required
dealerUUIDs string[]
operationType string
url string
numberTypeList string[]
Possible values: [DRIVER_AND_CUSTOMER DRIV_CALL
, TM_AND_CUSTOMER PDM_CALL
, SA_AND_CUSTOMER SA_CALL
, DRIVER_AND_SA DRIV_SA
, DRIVER_AND_TM DRIV_TM
]
httpMethod string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
invalidDealerUuids string[]
unAlteredCredentialsDealerIds int64[]
errors object[]
warnings object[]
{
"invalidDealerUuids": [
"string"
],
"unAlteredCredentialsDealerIds": [
0
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /twilio/internal/webhook
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
python / requests
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
go / native
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
nodejs / axios
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
csharp / RestSharp
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
php / cURL
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
java / OkHttp
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'
powershell / RestMethod
curl -L -X POST '/communications/twilio/internal/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"operationType": "string",
"url": "string",
"numberTypeList": [
"DRIVER_AND_CUSTOMER DRIV_CALL"
],
"httpMethod": "string"
}'