Skip to content

Phone calls webhook

POST
/api/v1/webhooks/phone_calls_webhooks
curl --request POST \
--url https://dashboard.dealerstudio.com.au/api/v1/webhooks/phone_calls_webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x_api_key: correct_api_key' \
--data '{ "data": "example" }'
x_api_key
required
string
Example
correct_api_key
Media type application/json
object
data
string
Example generated
{
"data": "example"
}

Enqueues phone call creation (generic service mode)

Unauthorised - invalid API key