Whatsapp Business Poster avatar

Whatsapp Business Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Whatsapp Business Poster

Whatsapp Business Poster

Send automated WhatsApp messages via the official Cloud API. Perfect for customer notifications, appointment reminders, order updates & marketing campaigns. Text Messages, Template Messages, Media Messages, Interactive Messages, Multi-Recipient, Demo Test the actor without sending real messages

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a day ago

Last modified

Share

Send automated WhatsApp messages via the official Cloud API. Send text, templates, images, documents, videos, and interactive messages to customers. Perfect for notifications, reminders, and customer engagement.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: WhatsApp Business API permanent access token. Get one from Meta Business Suite > WhatsApp > API Setup.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"mediaUrl": "https://example.com",
"previewUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"accessToken": "YOUR_API_KEY_HERE",
"messageType": "text",
"templateLanguage": "en_US",
"mediaUrl": "https://example.com",
"interactiveType": "button",
"previewUrl": false
}

Input Parameters

ParameterTypeDefaultRequiredDescription
accessTokenstring-Yes*WhatsApp Business API permanent access token. Get one from Meta Business Suite > WhatsApp > API Setup.
phoneNumberIdstring-NoYour WhatsApp Business phone number ID from Meta Business Suite.
recipientPhonestring-NoSingle recipient phone number in international format (e.g., +1234567890).
recipientPhonesarray-NoArray of phone numbers to send to (international format).
messageTypestring"text"NoType of message to send.
textMessagestring-NoPlain text message content (for text type).
templateNamestring-NoName of the approved WhatsApp message template (for template type).
templateLanguagestring"en_US"NoLanguage code for the template (e.g., en_US, es_ES).
templateComponentsstring-NoJSON array of template components with variables. Example: [{"type":"body","parameters":[{"type":"text","text":"John"}]}]
mediaUrlstring-NoPublic URL of the media file to send (for image, document, video types).
mediaCaptionstring-NoCaption for the media message.
interactiveTypestring"button"NoType of interactive message.
interactiveBodystring-NoMain body text for interactive message.
interactiveButtonsstring-NoJSON array of buttons or list sections. For buttons: [{"type":"reply","reply":{"id":"btn1","title":"Yes"}}]
interactiveHeaderstring-NoHeader text for interactive message (optional).
interactiveFooterstring-NoFooter text for interactive message (optional).
previewUrlbooleanfalseNoEnable link preview for text messages containing URLs.
demoModebooleantrueNoRun in demo mode to see sample output without sending real messages.
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Message SentEach WhatsApp message sent$0.02

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal