Create an inbound address
POST
/v1/email/inbound-addresses
bird email inbound-addresses create --label 'Support mailbox'curl -X POST "https://us1.platform.bird.com/v1/email/inbound-addresses" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"label": "Support mailbox"
}'Réponse201
{
"id": "ina_01krdgeqcxet5s7t44vh8rt9mg",
"address": "a1b2c3@inbound.eu.bird.com",
"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 and requires no verification step.
An optional label records which source mailbox the address maps to.
Corps de la requête
label
string
Your own label for this address, typically the source mailbox it maps to.
Contenu de la réponse
id
string
obligatoire
Inbound address ID.
address
string
obligatoire
The address to forward your mailbox to. We generate it when the inbound address is created.
label
nullable string
obligatoire
Your own label for this address, typically the source mailbox it maps to. null when unset.
created_at
string
obligatoire
When the inbound address was created.
updated_at
string
obligatoire
When the inbound address was last updated.
Ressources associées
Poursuivez avec la documentation, les guides et les exemples sur ce sujet. Les ressources sont en anglais.
Regarder le guideGetting started with emailExplorer la fonctionnalitéEmailSuivre le parcours d'apprentissageBuild your first integrationGuide d'implémentationSend your first email
Essayez la pratique et obtenez un guide d'implémentation