What is your goal?
I am auditing a vendor’s architecture and need to decouple a specific webhook latency trap using the Webhook Response module to enforce idempotency before I force them to tear it down.
What is the problem & what have you tried?
Vendor built: [Stripe Webhook] → [Airtable Search] → [Gemini API] → [Airtable Update]. Manual testing is flawless. In production, Stripe logs show webhook delivery failures despite Make.com showing successful runs. It is triggering an infinite retry loop and duplicating the Gemini text generation in Airtable. Looking for the exact variable syntax to enforce idempotency.
Error messages or input/output bundles
Stripe Console Log: Webhook delivery failed: connection timed out.
Make.com History Log: Status: Success (Scenario executed fully without native errors).