Skip to main content
Solved

how to send Whatsapp Message using API

  • April 20, 2025
  • 1 reply
  • 142 views

khaled ashraf

Hello,

Currently i’m using an automation tool called N8N i was using with twilio to send whatsapp messages to our customers, but after checking out manychat and we found it more promising for social channels, we started to migrate into here, so currently when we get a new customer i start create a new subscriber, but i want to be able to send him a message on whatsapp via API, as i want to send him his credentials and some messages on whatsapp

is there a direct api using message templates? also does it have a variable injection for the template?

Best answer by Gustavo Boregio

@khaled ashraf you’ll need to use the API (https://api.manychat.com/swagger#/) and multiple API calls.

My setup is usually like this:

  • createSubscriber - to create the new user in Manychat
  • setCustomFields - to set any variables necessary
  • sendFlow - this flow/automation has the message template I want to send with the variables setup - so it’s unique for each user

Does this make sense?

1 reply

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2821 replies
  • Answer
  • April 21, 2025

@khaled ashraf you’ll need to use the API (https://api.manychat.com/swagger#/) and multiple API calls.

My setup is usually like this:

  • createSubscriber - to create the new user in Manychat
  • setCustomFields - to set any variables necessary
  • sendFlow - this flow/automation has the message template I want to send with the variables setup - so it’s unique for each user

Does this make sense?