beel_get_email_delivery_indicators
Retrieve email delivery indicators for entity IDs, including count, latest status, and sent timestamp, to quickly verify if emails reached recipients or were rejected or queued.
Instructions
Returns, for each related entity id given, how many emails the history holds for it, the status of the most recent one and when it was sent. Lets you show the state of an entity's email without loading its full history.
last_status carries whatever the latest attempt ended in, REJECTED
and QUEUED included, so a count above zero does not mean an email
reached anyone. Ids with no associated emails are omitted from the
response rather than returned with count 0.
Endpoint: GET /v1/accounts/{account_id}/email-indicators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. | |
| related_entity_ids | Yes | Comma-separated list of related entity ids (e.g. invoice ids) |