Transactional Emails
List Transactional Emails
Retrieve a paginated list of your published transactional email designs. Use this to see available email IDs and their required data variables for the send endpoint.
GET
Authorizations
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Query Parameters
Number of results per page. Useful for controlling response size and pagination.
Required range:
10 <= x <= 50
Pagination cursor from the previous response's nextCursor
field. Use this to fetch
the next page of results.
Response
200
application/json
Transactional emails retrieved successfully
Paginated response containing transactional emails
Previous
Send Transactional EmailSend a transactional email using one of your published email designs. Perfect for password resets,
order confirmations, welcome emails, and other triggered communications. You can include dynamic
data variables, file attachments, and when adding to your audience, set contact information like
names, subscription groups, and other contact data.
Next