Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The id of the inbox. If this is provided, the inbox will be updated. If this is not provided, a new inbox will be created
If true
, emails that contain the inbox email address in the Cc field will be marked valid
If true
, emails that contain the inbox email address in the Bcc field will be marked valid
A list of addresses and domains that are allowed to send emails to the inbox. If the field is null
, or the addresses
and domains
fields are both empty lists, all from addresses are allowed
A list of addresses and domains that are blocked from sending emails to the inbox. If the field is null
, or the addresses
and domains
fields are both empty lists, all from addresses are allowed
The url to send webhooks to when an email is received by the inbox
If true
, open and click tracking will be enabled for all emails sent from the inbox
The secret to use for the webhook. This is only valid when webhook_authentication_type
is bearer_token
Response
Successful Response