Trouble sending data via Zapier

Hi there! I’m new to Bubble and trying to store data from Zapier in my DB.

Currently, I keep getting errors in Zapier while testing “We made a request to xxx.bubbleapps.io and received (400) Bad Request.” and “The app returned “Missing parameter for workflow calendly-created: parameter name”. This usually happens when your Zap is missing a required field or a field value isn’t in a recognized format.”

I created multiple keys and value types in the Bubble API endpoint like “email / text” or “location / text” and I added the same ones to Zapier with the specific values I wanted Zapier to send. It seems this error is thrown for every parameter even if I remove ie. the email parameter. Am I missing something?

Data example from Zapier
email: test@test.com
location: https://whereby.xxx

Try changing from manual parameter definition to detect - get the detect url and send the request.

Hi thanks! it worked by doing this. However, the data is not populated into the DB. Please see below. It creates an entry with the correct created date but that’s it?