Hi everyone,
I wanted to integrate Zapier with my app and I am using REST hooks. Although, it took a little bit to set up and their documentation isn't really too helpful, I finally was able to built everything out for subscribes, unsubscribes, and list (for testing).
I put together a couple of Zaps using the integration and in the editor everything works. It finds the data from the hook url and it posts to a social media platform as expected. Just to reiterate tests all go smoothly before publishing.
However, after publishing the first step works well (connects to my service, connects to the social media platform, receives all of the data), but the second step fails.
Data received from first step Data Out]:
...
result_text:Attention marketing, sales, and content professionals!…
other data...
...
Error from second step tData In]:
Required field "message" (message) is missing.
message:{{205535645__result_text}}
page:111874991787535
link_url: ...
result_text is there and is being set dynamically as seen in the first step. Why does the second step say it's missing?