WhatsApp Business API
Canned responses API
Create and manage WhatsApp canned responses on Vobiz - reusable reply snippets that agents trigger with a /shortcut command directly inside the inbox.
GET
Canned responses API
How agents use them: In the inbox, an agent types
/greeting and the pre-saved content is automatically inserted into the reply box.https://api.vobiz.ai/api/v1/messaging
Authentication: Every request requires X-Auth-ID: MA_XXXXXXXX and X-Auth-Token: <token> headers (a Bearer JWT is also accepted). Set Content-Type: application/json on requests with a body. Get your credentials from console.vobiz.ai.
string
required
Your Vobiz account ID, for example
MA_XXXXXXXX.Endpoints overview
List canned responses
cURL
200 OK
Create canned response
shortcut is the trigger agents type in the inbox. The content is the full text inserted.
cURL
201 Created
Delete canned response
204 No Content.
cURL
204 No Content