Skip to main content

Get Outbound Templates

Retrieve all active Outbound templates associated with a specified bot ID. These templates can be used to trigger campaigns in Engage CRM.

Query Parameters
bot string REQUIRED

The unique identifier of the bot whose templates are to be fetched.

Header Parameters
x-api-key string REQUIRED

API key for authorization.

Responses
200

Successful response containing the list of active templates.

Schema OPTIONAL
templates object[]
id string OPTIONAL

The unique identifier of the template.

name string OPTIONAL

The name of the template.

status string OPTIONAL

The current status of the template.

createdAt date-time OPTIONAL

The creation date of the template.

400

Bad Request. The request was invalid, possibly due to missing or incorrect parameters.

401

Unauthorized. The API key provided is missing or invalid.

404

Not Found. The specified bot ID does not exist.

500

Internal Server Error. An error occurred on the server side.