Test Whats App Template
Send a test WhatsApp message using an approved template and the exact Twilio account that owns its Content SID. Lab-only operation.
Send a test WhatsApp message using an approved template and the exact Twilio account that owns its Content SID. Lab-only operation.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
1 <= length <= 200Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/whatsapp-templates/550e8400-e29b-41d4-a716-446655440000/test" \ -H "Content-Type: application/json" \ -d '{ "phoneNumber": "string" }'{ "success": true}Sync Whats App Template POST
Sync the approval status of a single WhatsApp template with Twilio. Requires the template to have been registered (has a contentSid).
Update Whats App Template PUT
Update a WhatsApp template's name, body, variables, or other properties. Only draft templates can be edited. Lab-only operation.