ChatGPT is unable to help me. I am trying to pass some User data to Zapier so I can use it. When I try to pass dynamic values, it doesn’t work. When i hardcode the information, it shows up in Zapier. What am I doing wrong???
If it’s not working when using dynamic values, chances are that the dynamic values are not set.
You can use a service like https://webhook.site/ to direct your calls there and ensure your call has indeed values set.
Another guess is that the dynamic string you’re passing has a double-quote which causing havoc. I would remove the double-quotes from the body of the API and use Bubble’s native JSON converter on each field.
I have the data in my database, I just don’t know how to properly call it. Would you know how?
This may be a stupid remark, but have you tried the Zapier plugin?
That’s what I use and it works really well.
Just temporarily edit the URL that your Zapier Webhook - Send To Zapier...
API call is targeting. Change it to https://httpbin.org/anything and observe what’s in the response. The response will contain the exact same content that your API call has sent.
That way you can ensure that you are actually sending what you expect.