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

2 days 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.


Quick Start

Run with real data

{
"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.
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Message SentEach WhatsApp message sent$0.02

Troubleshooting

"API key is required"

  • 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?

Run the actor without an access token, or set demoMode to true, and it returns labeled sample message results in the exact format of a live run. No real WhatsApp messages are sent, every sample item carries demo: true and a _notice field, and sample runs charge no task events. Provide your own WhatsApp Business API credentials to send real messages.


Built by John Rippy | Actor Arsenal