Dear Community,
We’re excited to announce the release of the new WhatsApp adaptor v1.0.3.
See full details here
Features
- Send a WhatsApp message
request(
'POST',
'messages',
{
to: '254712345678',
body: 'Hello, world!',
type: 'template',
template: {
name: 'hello_world',
language: { code: 'en_US' }
},
messaging_product: 'whatsapp'
});
Example Workflow
This workflow runs on a schedule and sends WhatsApp messages to users in a Salesforce loyalty campaign.
Try It Out.
Explore the adaptor now at app.openfn.org.
Need help? Book a free demo
You’re entitled to a 2-hour free session with our Solutions Engineer to help build your first integration.
Happy automating!
— The OpenFn Team