i have setup make
# general-english
s
@Vapi Support i have setup make.com to send customer information to an email. My webhooks receive data but it does not pass it to next module which is gmail that do email sending function.
v
Thanks for tagging me @SOS NATIONAL. I'll look through relevant sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Glossary]() * [Server URLs]() * [Server Events]() * [Web Calling]() -----------------------------
### Answer It sounds like there might be an issue with how the data is being passed between the modules in your Make.com scenario. This could be due to several reasons such as incorrect data mapping, issues with the configuration of the webhook in Make.com, or the Gmail module not being properly set up to receive or interpret the incoming data. Here are a few steps you can take to troubleshoot and potentially resolve the issue: 1. Check Data Mapping: Ensure that the data being received by the webhook is correctly mapped to the fields used by the Gmail module. This often involves verifying that the variable names or placeholders in the Gmail module match exactly with the data keys being passed from the webhook. 2. Review Webhook Configuration: Review the configuration settings of your webhook in Make.com. Ensure that the webhook is correctly capturing and forwarding all necessary data fields. Also, check if the webhook is triggered correctly upon receiving data. 3. Test Gmail Module Configuration: Verify that the Gmail module is configured correctly with appropriate permissions and settings to send emails. Ensure that the 'To', 'Subject', and 'Body' fields in the Gmail module are correctly set up to dynamically receive data from the webhook. 4. Logs and Errors: Check the activity logs in Make.com for any errors or messages that could indicate what might be going wrong. This could provide more specific insights into whether the issue lies with the webhook reception or the forwarding to the Gmail module. 5. Isolate the Issue: Try simplifying the scenario by setting up a test webhook that only captures and forwards a small amount of data. Similarly, configure a simple Gmail module to send a basic email using this data. This can help isolate whether the issue is with data reception or transmission. If these steps do not resolve
the issue, you might need to consult more detailed documentation or seek support from Make.com's help resources to get a more tailored solution based on your specific setup. Additionally, ensuring that all modules are up to date and checking for any known issues with the services involved could also be beneficial.
s
can you show us how you set up the gmail module?
s
I will share screen recording.