bird email inbound-addresses update
Usage
Codevoorbeeld
bird email inbound-addresses update <inbound-address-id> [flags]Description
Update an inbound address
Update the label on an inbound address.
Build the request from flags, a JSON InboundAddressUpdate body via --body-file ("-" reads
stdin), or both — a flag overrides the matching body field. Run --example to
print a ready-to-edit body, or --dry-run to print the resolved request without
sending it.
Examples
Codevoorbeeld
# print the body shape (no credentials needed)
bird email inbound-addresses update --example
# the body it prints:Codevoorbeeld
{
"label": "Sales mailbox"
}Options
Address
| Name | Description |
|---|---|
| --label | Your own label for this address, typically the source mailbox it maps to. Send null to clear it. Omit the field to leave it unchanged. |
Request
| Name | Description |
|---|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
Options
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email inbound-addresses create | Create an inbound address |
| bird email inbound-addresses delete | Delete an inbound address |
| bird email inbound-addresses get | Get an inbound address |
| bird email inbound-addresses list | List inbound addresses |
Gerelateerde bronnen
Ga verder met de documentatie, gidsen en voorbeelden voor dit onderwerp. De bronnen zijn in het Engels.
Bekijk de gidsGetting started with emailOntdek de mogelijkheidEmailVolg het leerpadBuild your first integrationImplementatiegidsSend your first email
Probeer de oefening en ontvang een implementatieoverzicht