BigCommerce and Resend: Click-and-Collect Ready Email Template
A Spojit template that emails a customer the moment their BigCommerce order is marked ready for in-store collection, using your own domain through Resend.
What It Builds
A Webhook trigger receives the order update from BigCommerce when an order moves to a ready-for-collection status. A Connector node in Direct mode pulls the order details, then a Resend Connector node sends a branded "your order is ready" email with the order number and pickup instructions. No clinical or patient data is involved: this is a retail pickup notification only.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that triggers on a webhook when a BigCommerce order is marked ready for in-store collection. Look up the order to get the order number, customer name, and email, then send a branded email through Resend telling the customer their order is ready for pickup, including the order number and our store address and collection hours.
Connectors Used
- Webhook trigger - fires when BigCommerce reports the order status change.
- BigCommerce - reads the order's number, customer name, and email.
- Resend - sends the click-and-collect ready email from your verified domain.
Customize It
Edit the prompt to match the exact BigCommerce status you use for collection, swap in your real store address and collection hours, or change the subject line and tone. You can also point the email at a branch-specific pickup desk by including the branch name in the message.
Tips
- Verify your sending domain in Resend first, or the email will not deliver.
- Keep the BigCommerce node in Direct mode for a fast, predictable lookup with no AI cost.
- Filter the webhook so only the ready-for-collection status triggers a send, avoiding duplicate emails on other status changes.