bird whatsapp preview
Usage
Exemple de code
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
Exemple de code
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 or one group |
Ressources associées
Poursuivez avec la documentation, les guides et les exemples sur ce sujet. Les ressources sont en anglais.
Comprendre le conceptShould I use a Bird SDK or call the API directly?Suivre le parcours d'apprentissageBuild your first integrationGuide d'implémentationSend your first email
Obtenir un guide d'implémentation