Sign inGet Started

bird amb businesses settings update

Usage

Contoh kode
bird amb businesses settings update <business-id> [flags]

Description

Update Apple Messages for Business channel settings
Changes the channel settings for your workspace's Apple Messages for Business record. Fields you omit are left as they are, except entry_points: sending it replaces the entire set, since there is no way to add or remove a single entry point without resending the rest.
Build the request from flags, a JSON AMBChannelSettingsUpdate 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

Contoh kode
# print the body shape (no credentials needed)
bird amb businesses settings update --example

# the body it prints:
Contoh kode
{
  "brand_name": "Acme Retail",
  "default_locale": "en-US",
  "entry_points": [
    {
      "body": "Hi, I have a question about my order.",
      "group": "support",
      "id": "website-footer",
      "intent": "general-inquiry"
    }
  ]
}

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--default-localeThe locale used for this business when a conversation reports none of its own, in BCP-47 form. Omit this field to keep the current default, or send null to clear it. Bird converts a configured default to Apple's locale form when sending a message without a conversation locale.
--brand-nameThe brand name shown on the Bird-hosted landing page customers use to connect this business.
--logo-asset-idThe business's logo, as an asset in your media library. Send null to clear it.
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird amb businesses settings getGet Apple Messages for Business channel settings

Sumber daya terkait

Lanjutkan dengan dokumentasi, panduan, dan contoh untuk topik ini. Sumber daya tersedia dalam bahasa Inggris.

Dapatkan ringkasan implementasi