Quick question — I’m currently building a ManyChat flow where users fill out a Tally.so form, and I want ManyChat to automatically send a follow-up message once the form is submitted.
Has anyone implemented this before or can guide me on how to trigger a message after the Tally.so submission?
Thanks in advance for your help
looking forward to your guidance!
Best answer by Gustavo Boregio
@samar you'll need to use Zapier or Make to do this. Here are the general steps:
When you send the link to the person, ideally, you have a way to identify the user in Manychat. Most forms apps will let you send pre-filled data in the URL. If you can use hidden fields, use the Contact ID. If not you can try the email or phone number for example.
Once the form is completed, you have to set it so it triggers a webhook to Make/Zapier.
You catch the webhook, match the Manychat user, and then send them the message through the API.
Since you're doing this in Instagram, you'll need to be careful to make sure the message you send after they completed the for is within the 24 hours - or else, it won't send.
@samar you'll need to use Zapier or Make to do this. Here are the general steps:
When you send the link to the person, ideally, you have a way to identify the user in Manychat. Most forms apps will let you send pre-filled data in the URL. If you can use hidden fields, use the Contact ID. If not you can try the email or phone number for example.
Once the form is completed, you have to set it so it triggers a webhook to Make/Zapier.
You catch the webhook, match the Manychat user, and then send them the message through the API.
Since you're doing this in Instagram, you'll need to be careful to make sure the message you send after they completed the for is within the 24 hours - or else, it won't send.
@Gustavo Boregio Gustavo Boregio Thank you for your swift response.
I’ve been using Zapier for this task.
I'm using Zapier to find a user by name and a custom field, and in the last module, I'm sending a message. Please see the attached screenshot for better understanding.
The issue I’m facing is in the last module: when I test with different accounts, the message still goes to the same account (User A). For example, even if I select User A in the last module and then test with Users B, C, or D, the message still gets sent to User A.
Could you please explain in detail how I can achieve this using a webhook? I’m looking forward to your guidance.
@samar, if you only send this Tally form via Manychat automations, you can already send the subscriber/ contact ID via URL parameter and store it into a hidden field in your form: