Skip to main content

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?

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


Reply