Skip to main content
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.
Base URL: 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

Returns a paginated list of canned responses for your account. This request takes no path parameters and no request body.
cURL
200 OK

Create canned response

Create a new canned response. The shortcut is the trigger agents type in the inbox. The content is the full text inserted.
cURL
201 Created

Delete canned response

Permanently delete a canned response. Agents will no longer be able to trigger it via shortcut. Returns 204 No Content.
cURL
204 No Content

Canned response object