Shopify and Resend: Prescription-Ready Pickup Reminder Template
When your pharmacy system posts a prescription-ready event to a webhook, this Spojit template looks up the matching Shopify customer and sends a branded pickup reminder through Resend.
What It Builds
A Webhook trigger receives the prescription-ready event from your pharmacy system. A Shopify Connector node in Direct mode looks up the customer by email or phone to pull the name and any loyalty details. A Resend Connector node then sends a personalized pickup reminder email with the customer name and a pickup code. This is retail pickup messaging only: no clinical data is read or stored.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow triggered by a webhook that receives a prescription-ready event with the customer email and a pickup code. Look up the matching customer in Shopify to get their name, then send a branded pickup reminder email through Resend that greets the customer by name, states their prescription is ready for pickup, and includes the pickup code.
Connectors Used
- Webhook trigger - starts the run when your pharmacy system posts a prescription-ready event.
- Shopify - looks up the customer record to get the name for personalization.
- Resend - sends the branded pickup reminder from your own domain.
Customize It
Adjust the prompt to match your data: change the lookup key to phone if your pharmacy system sends a phone number, edit the email subject and body copy, or add the pharmacy location and pickup hours so customers know when to collect.
Tips
- Use Direct mode on the Shopify node for a single exact lookup with no AI cost.
- Secure the webhook with an HMAC signature so only your pharmacy system can start the workflow.
- Verify your sending domain in Resend before going live so reminders land in the inbox.