Shopify orders, straight into Discord
Every new order, refund, or cancellation — posted to your server the moment it happens.
No app to install on your storefront, no monthly Zapier plan.
The gap this fills: Shopify doesn't ship an official Discord app. If you want your team
to see new orders land in your store's Discord server, the usual options are a paid third-party
bot, custom code, or routing everything through a $20–50/month automation platform just to move
one webhook from one URL to another. ZestyGlue does exactly that one thing for $9/month.
What it looks like
ZestyGlue
Shopify — Orders/Create
A real order event, exactly as it arrives in your Discord channel.
Setup — about two minutes
- Create the connector. In ZestyGlue, start a new Shopify → Discord connector. You'll
get a unique webhook URL right away.
- Point Shopify at it. In your Shopify Admin, go to Settings → Notifications →
Webhooks → Create webhook. Pick an event (see below), set the format to JSON, and paste
in your ZestyGlue webhook URL.
- Copy the signing secret. Shopify shows a signing key underneath your webhook list —
paste that into ZestyGlue's connector setup so every event can be verified as genuinely from
Shopify.
- Point Discord at ZestyGlue. In your target channel, go to Edit Channel →
Integrations → Webhooks → New Webhook, copy its URL, and paste it into ZestyGlue.
Tip: Shopify webhooks are one topic each, but you can register several — orders/create,
orders/paid, refunds/create — all pointed at the same ZestyGlue URL. Every one of them
will flow into the same Discord channel.
Events you can forward
orders/create
orders/paid
orders/cancelled
orders/fulfilled
refunds/create
customers/create
Questions
Does this support draft orders, or only paid orders?
ZestyGlue forwards whatever Shopify sends for the topic you subscribe to. Subscribe to
orders/create if you want every new order regardless of payment status, or
orders/paid if you only want confirmed sales. You can run both as separate
connectors into different channels.
Will this slow down my store or affect checkout?
No. Shopify sends the webhook asynchronously after the order is already created, and
ZestyGlue's delivery to Discord happens independently in the background. Nothing in your
checkout flow waits on it.
I have multiple Shopify stores. Can they all post to the same Discord server?
Yes — create one ZestyGlue connector per store (or per channel). Each connector gets its
own webhook URL and its own $9/month subscription, so you can route each store to a
different channel if you'd like.
Is my Shopify signing secret safe with ZestyGlue?
It's encrypted at rest with Fernet symmetric encryption before it ever touches disk, it's
never logged, and it's never displayed again in the dashboard after you enter it — only a
masked placeholder is shown.