bird whatsapp preview
Usage
Code example
bird whatsapp preview [flags]Description
Returns a preview_url for the public builder at https://bird.com/tools/whatsapp-message-builder.
The JSON body contains one service message content kind. Sender, recipient,
metadata, and tags are omitted from the link. Templates and reply quotes are
unsupported. Content is validated against the API schema before creating the link.
The builder also checks whether its editor can represent the content.
No authentication is required and no message is sent. Anyone with the link can
read its message content. Content is limited to 24,000 UTF-8 bytes after compaction.
--open also opens the link in your browser.
Examples
Code example
bird whatsapp preview --body-file message.json --open
cat message.json | bird whatsapp preview --body-file -Options
| Name | Description |
|---|---|
| --body-file | Message JSON file, or - to read stdin |
| --open | Open the preview link in your browser |
Related
| Name | Description |
|---|---|
| bird whatsapp get | Get a WhatsApp message |
| bird whatsapp list | List WhatsApp messages |
| bird whatsapp list-events | List events for a WhatsApp message |
| bird whatsapp mark-read | Mark a WhatsApp message as read |
| bird whatsapp media | Download a received WhatsApp message's media |
| bird whatsapp send | Send a WhatsApp message to one recipient |
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Understand the conceptShould I use a Bird SDK or call the API directly?Follow the learning pathBuild your first integrationImplementation guideSend your first email
Get an implementation brief