Skip to main content
Solved

i am trying To set up an automation where every unanswered phone call triggers an automatic WhatsApp message

  • November 10, 2024
  • 1 reply
  • 55 views

Eliranc4

I created a Webhook that pulls the customer’s phone number from MASKYOO. Then, I send that number to ManyChat to trigger the first flow for the customer.

Issues I am facing:

  1. WhatsApp message is not being sent, even though the process completes successfully in Make.
  2. When trying to run the test again, I receive an error saying that the subscriber ID already exists, preventing progress.

Best answer by Gustavo Boregio

@Eliranc4 here are some comments:

  1. Make sure you're sending a paid message template to the user, and that you have enough money on your Manychat Wallet to send these messages.
  2. You need to add more logic to your Make scenario for it to work with existing users. You need a 'search' step to look for the user in Manychat, and if they're already a subscriber you skip the Create User step. This is what it looks like when it's setup:

 

1 reply

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • Answer
  • November 11, 2024

@Eliranc4 here are some comments:

  1. Make sure you're sending a paid message template to the user, and that you have enough money on your Manychat Wallet to send these messages.
  2. You need to add more logic to your Make scenario for it to work with existing users. You need a 'search' step to look for the user in Manychat, and if they're already a subscriber you skip the Create User step. This is what it looks like when it's setup: