This api is to send campaigns instantly.
field_names | description | comment |
---|---|---|
name | string | |
desc | string | |
html | string | |
image | string | base64 string of media file |
group_metadata_ids | number[] | |
is_channel_campaign | boolean | |
is_schedule | boolean | |
schedule_time | Datetime |
Headings (h1
, h2
****, h3
****, h4
****, h5
****, h6
****) for formatting text as bold in WhatsApp.
Emphasis tags (i
, em
__) for italicizing text.
Strong emphasis tags (b
, strong
****) for bold text.
Paragraphs (p
) and line breaks (br
) for managing text flow and spacing.
Hyperlinks (a
) for including clickable links.
Lists (ul
for unordered lists and ol
for ordered lists) and list items (li
) for formatting lists.
Span
(span
) for inline text formatting without additional styling.
Please note that the html will be mapped to whatsapp format, this might create some discrepancy in formatting.
Successful response
The response is of type any
.