Examples

curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"id": "fbd28553-04fc-4c6b-9af8-46c17d5925bf", "digits": "5", "data": {"first_name": "John"}}' "https://[your-subdomain].trackdrive.com/api/v1/calls/send_key_press"

Params

Param name
Description
id
Required

Find the call by Call ID or Call UUID.
Example ID 123895022.
Example UUID c3b20b12-3b3b-4322-b15d-0f1c5f653479

  • Must be String

digits
Required

DTMF digit

  • Must be String

data
Optional Blank Value Allowed

Update the call with this data. {interest: 'kittens', source: 'google', first_name: 'John', last_name: 'Smith'}

  • Must be Hash