Everything you need to set up, run, and troubleshoot a connector.
A connector is a pairing of one source (the service sending events — Stripe, Shopify, GitHub, and so on) and one destination (where you want to see them — Discord, Slack, Google Sheets, or any URL you control). Creating a connector gives you a unique webhook URL:
https://zestyglue.com/hooks/{connector_id}
Paste that URL into your source service's webhook settings. From then on, every event that source sends is:
Every one of the pre-built connector pairing pages also has its own two-minute setup walkthrough specific to that exact source/destination combination.
Loading the current catalog…
Any source pairs with any destination — see the full browsable catalog for every combination, or use the setup wizard after signing up.
Each connector is $9/month, billed as its own independent Stripe subscription, with a 14-day free trial that starts the moment you complete checkout — no credit card needed just to try a connector out.
200 OK
response — it never sees an error or gets flagged — but events silently stop being
delivered until you resubscribe.Each connector accepts up to 60 requests per minute. Traffic beyond that is dropped
(with a normal 200 OK response, same as any other silently-handled
case) rather than queued or retried.
Open the connector's detail page and check its event log. rejected
usually means signature verification failed (double-check the secret matches on both
sides); failed means the destination itself returned an error
(check that a webhook URL or token is still valid); inactive
means the connector's subscription isn't active.
By design. ZestyGlue always returns 200 OK to the source,
whatever actually happened — many source services retry aggressively (or disable a webhook
entirely) after repeated errors, so problems are surfaced only in your ZestyGlue event log,
never as retries or alarms on the source's side.
You can rename a connector at any time. To change its credentials, source, or destination, delete it and create a new one — the wizard takes about two minutes.
The event log keeps a 200-character preview of each event's payload, alongside its type, status, and any error message.
Any source can already pair with the generic "Any Webhook" source or "Custom Webhook" destination if there's no dedicated adapter yet. For anything more specific, use the feature request board — that's exactly what it's for.
Want a new source, a new destination, or a change to how something works? Post it (or upvote an existing one) on the feature request board. There's no support ticket queue here — that board is genuinely how priorities get decided.
Still stuck? Email [email protected].