v1

latestOpenAPI 3.0.02026-07-26870415.2 KB
workspaces

List WhatsApp templates

Returns the workspace's stored WhatsApp templates, including Twilio Content SIDs, approval status, template body, and variable keys. Use approved content_sid values with proactive WhatsApp contact message requests.

get/v1/workspaces/{id}/whatsapp-templates

Path parameters

idstring required

Workspace identifier.

Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o

Response

Workspace WhatsApp templates

Example response

{
  "data": [
    {
      "id": "HXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
      "workspace_id": "j57demo8f8x7c9v0n2q4r6t8y1u3i5o",
      "content_sid": "HXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
      "friendly_name": "arrival_reminder",
      "language": "en",
      "status": "approved",
      "category": "UTILITY",
      "content_type": "twilio/text",
      "rejection_reason": "",
      "body": "Hi {{1}}, your check-in is {{2}}.",
      "variables": {
        "1": "Guest name",
        "2": "Check-in time"
      },
      "created_at": "2026-04-03T03:15:02.000Z",
      "updated_at": "2026-04-03T03:15:04.000Z"
    }
  ]
}