sunny-green•2y ago
Input for make.com connection
Hi guys, so im making a contact form flow that's linked to make.com using webhooks to then automatically send an email to my clients. So far my flow captures the name & email with no problems using Entities. The problem i'm having is capturing the message that a person would send. i have an entity called {contact_form_messages} however whenver i type in a message it comes up with the 'no match' error message. I have the data type listed as 'custom' but it still dosent work. I've tried adding multiple different values in etc but i still cant get it to work. any help would be much appreciated thank you in advance
8 Replies
just use a capture step
sunny-greenOP•2y ago
it didnt work when trying to retdetermine the data structure on make.com
screenshot your api step
sunny-greenOP•2y ago
here it is

sunny-greenOP•2y ago
the name and email parameters work fine its the message for the contact for im having issues with
sunny-greenOP•2y ago

You need to change GET to a POST API call.
sunny-greenOP•2y ago
nah its find i got it working now it didnt matter if it was a GET or POST call thak you for your help u guys anywya