/bff/emailer/list
Returns a paginated list of email messages for the current organisation with optional filters.
EmailergetBffEmailerList
Parameters
6 query
Query · 6
pagestringPage number (1-based) for pagination.
limitstringMaximum items per page (1–500, default 50).
statusstringFilter by message status code.
tagstringFilter by message tag.
emailToContactIdstringFilter by recipient contact external ID.
filterFulltextQuerystringFulltext query — searches subject, body and sender/recipient name & email.
Request
GET /bff/emailer/list
curl -X GET "https://api.bizkithub.com/bff/emailer/list?page=1&limit=50&status=example_status&tag=example_tag&emailToContactId=example_emailToContactId&filterFulltextQuery=example_filterFulltextQuery" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.