Skip to main content
Question

Webhook Get Action returns Server Error if immediately preceded by Stripe Trigger

  • November 24, 2025
  • 5 replies
  • 28 views

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.

 

The GET actions below are identical.

 

5 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • November 24, 2025

Hi ​@JonBlackley 

For us to have more info, post screenshots showing:

  • how the GET API request is configured
  • GET API request encountered error

 


Sparsh from Automation Jinn
Forum|alt.badge.img+6

Hey ​@JonBlackley,

Maybe try adding a delay action. Hope it helps!


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • November 24, 2025

@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.


  • Author
  • New
  • November 24, 2025

 


Sparsh from Automation Jinn
Forum|alt.badge.img+6

Hey ​@JonBlackley,

Querying API is a more advanced way of using Zapier. Here is a helpful article about it- https://help.zapier.com/hc/en-us/articles/8496326446989-Send-webhooks-in-Zaps

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!