Skip to main content
POST
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Body

application/json

Array of email messages to send. Maximum 100 messages per batch.

Up to 100 independent email send requests.

items
SendEmailRequest · object[]
required

Email requests processed independently and returned in input order.

Maximum array length: 100

Response

All messages accepted. Returns an ID for each message in order.

results
BatchSendItemResponse · object[]
required