bird whatsapp preview
Usage
Codebeispiel
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
Codebeispiel
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 |
Verwandte Ressourcen
Weiter mit der Dokumentation, Anleitungen und Beispielen zu diesem Thema. Die Ressourcen sind auf Englisch.
Das Konzept verstehenShould I use a Bird SDK or call the API directly?Dem Lernpfad folgenBuild your first integrationImplementierungsleitfadenSend your first email
Implementierungs-Briefing erhalten