Hello everyone,
I am working on integrating my app with Zapier using REST hooks. I have successfully implemented both the subscribe and unsubscribe functionalities. However, I’m encountering an issue with posting data to the target URL that I received from the subscribe endpoint on Zapier.
Here’s a brief overview of what I’ve done so far:
- Subscription: Successfully subscribed and obtained the target URL from the response.
- Posting Data: Attempted to post data from my app to the target URL provided.
Despite following these steps, the data posting does not seem to be working as expected. Could you please help me troubleshoot this issue?
Here are some specifics that might help:
- The target URL received from the subscribe response.
- The data format I’m posting.
- Any error messages or response codes I’ve received.
Your assistance in resolving this issue would be greatly appreciated.
Thank you!