cURL
curl --request POST \ --url https://protegee.ai/voice/api/v1/bland/set-context \ --header 'Content-Type: application/json' \ --data ' { "caller": "+1234567890", "description": "iPhone 15 Pro Max", "price": "999.99", "vendor": "Apple Store", "customer_id": "<string>", "persona": "english-jessica", "callback": "<string>", "email": "<string>", "full_name": "<string>", "memory": "<string>", "transaction_type": "once" } '
{ "status": "success", "message": { "caller": "<string>" } }
Sets up the context for a Bland call using customer information and payment details
API token for authentication
Customer's phone number
"+1234567890"
"iPhone 15 Pro Max"
"999.99"
"Apple Store"
once
subscription
authorize
Context set successfully
success
Show child attributes