Documentation
Sign inGet started

Create an inbound address

POST
/v1/email/inbound-addresses
bird email inbound-addresses create --label 'Support mailbox'
Creates a new inbound address. Forward a real mailbox to the returned address, and every message sent there arrives as a received email.
The address works as soon as it is returned. There is no verification step to complete first.
An optional label records which source mailbox the address maps to.
Verzoekpayload
label
string
Your own label for this address, typically the source mailbox it maps to.
Response Payload
id
string
verplicht
Inbound address ID.
address
string
verplicht
The address to forward your mailbox to. We generate it when the inbound address is created.
label
nullable string
verplicht
Your own label for this address, typically the source mailbox it maps to. Null when unset.
created_at
string
verplicht
When the inbound address was created.
updated_at
string
verplicht
When the inbound address was last updated.