🚀 New WhatsApp Adaptor Released

Dear Community,

We’re excited to announce the release of the new WhatsApp adaptor v1.0.3.

See full details here

:wrench: Features

  1. 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' 
});

:puzzle_piece: Example Workflow

This workflow runs on a schedule and sends WhatsApp messages to users in a Salesforce loyalty campaign.

:white_check_mark: 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

2 Likes