While creating a test Zap to connect Stripe with a Sheetcast app. I found that the Get Action of a custom Webhook would return a server error if it is immediately preceded by the Stripe Trigger. If I add any step in between or use a different trigger with the same Get Action the Get behaves normally.
I wasn’t able to find any public API documentation. But I would recommend understanding the API documentation and testing it in something like Postman before using Webhooks action. Hope it helps!
@JonBlackley Depending on how you’ve got the GET step configured, it can pass all the data fields from the preceeding step (the Stripe trigger) to the webhook. This is probably causing the error.
When you add a text step before the GET step, that field passes nothing (or nothing problematic) to the GET step.
This post has been edited by a moderator to remove sensitive information. Please remember that this is a public forum and avoid sharing credentials, tokens, or other private details that could compromise your account security.
I wasn’t able to find any public API documentation. But I would recommend understanding the API documentation and testing it in something like Postman before using Webhooks action. Hope it helps!