Twilio - Get Context
After a call is complete, you can use this to retrieve context about the call
Query Parameters
API token to authenticate the request
Body
Phone number of the caller (your customer)
Response
Phone number of the caller (your customer)
Details about the purchase
Price of the item (in USD), e.g. 10.50
Who this payment should be sent to - please refer to the /vendors page to find the full list
To specify the processor-specific customer ID (if you have it). Only used if processor is Authorize.net.
Which voice to use - currently available: 'english-jessica'
Phone number to hand the call back to after the payment is processed, e.g. +14155552671
Email of the caller (your customer)
Name of the caller (your customer)
How to process the transaction
once
, subscription
, authorize
Literally anything. Typically used to share information across agents.
How the call went
When the call was initiated.
dynamic response that is unique to the payment processor
Any misc details to help debug issues