Add Etsy orders to a Scribeless campaign with Zapier
This guide uses Zapier as the connector, but Etsy does not currently have a native Zapier app. The practical pattern is: send Etsy order data into Zapier through a webhook, Etsy API workflow, or order-management middleware, optionally filter or delay the order, then add the customer as a recipient in Scribeless. Make, Pipedream, n8n, and custom API workflows are similar.
Before you build the automation, create the campaign in Scribeless. Choose the format, message, QR code, discount code, and merge variables. Zapier's Scribeless action adds recipients to an existing campaign; it does not create the campaign content for you.
What this automation does
When a new Etsy order is available to your automation layer, Zapier sends the buyer or shipping recipient's name and mailing address to Scribeless and adds them to your selected campaign. Ecommerce teams can use this for post-purchase thank-you notes, VIP surprises, purchase milestones, and win-back offers.
For example, you might send a handwritten thank-you note with a discount code after a first order, route high-value orders into a VIP campaign, or send a win-back note when a lapsed buyer purchases again. If your campaign includes a QR code, scans can become a follow-up signal.
What you need
An Etsy seller account with permission to access order data.
A way to send Etsy order data into Zapier, such as
Webhooks by Zapier, an Etsy API workflow, middleware, or an ecommerce operations tool.Orders that include usable shipping or billing address data.
A Scribeless campaign that is ready to receive recipients.
A Zapier account connected to Scribeless.
A paid Zapier plan if you want to use webhooks, filters, delays, or paths.
Zapier's Etsy app directory page currently lists Etsy as not yet supported, so do not plan this as a native Etsy - New Order trigger unless that changes in your Zapier account. If you use Etsy's Open API directly, review Etsy's API documentation first.
Recommended Zap structure
For a post-purchase flow:
Trigger:
Webhooks by Zapier- catch a new Etsy order payload.Filter: continue only when the order is paid, not cancelled, and has a usable mailing address.
Delay: wait three to seven days, depending on fulfilment timing.
Action:
Scribeless-Add Recipients.
If you only need a simpler first version:
Trigger:
Webhooks by Zapier- catch a new paid order payload.Action:
Scribeless-Add Recipients.
Start with the simplest reliable handoff. Add filters, delays, routing, and QR loops only after a test order creates the right recipient in the right campaign.
Build the Etsy order trigger
Because Etsy is not a native Zapier trigger, decide where the new-order event will come from before building the Zap.
Common options:
Use
Webhooks by Zapieras a catch hook and have your middleware send a JSON payload when a paid Etsy order is created.Use a scheduled API workflow that checks Etsy receipts and sends only new paid orders into Zapier.
Use an order-management tool, Make, Pipedream, or n8n for the Etsy API step, then hand the prepared recipient payload to Zapier or directly to Scribeless.
In Zapier:
Create a new Zap.
Set the trigger app to
Webhooks by Zapieror to the middleware app that receives Etsy orders.Choose the event that represents a new paid order.
Test the trigger with an order that includes name and address fields.
Check the sample payload before moving on. You need first name, last name, address line 1, city, region or state, postal code, and country.
If the payload contains buyer and recipient details, choose the address that matches the note's purpose. For most ecommerce notes, use the shipping address. For wholesale or account-holder communications, billing address may be better.
Add timing and eligibility rules
For post-purchase thank-you notes, add Delay by Zapier after the paid-order trigger or filter. A three-to-seven-day delay lets the note arrive after the customer receives the product.
For VIP campaigns, filter by order value, product category, repeat purchase count, or customer tag. For win-back campaigns, filter for returning customers who have not purchased recently.
Examples:
First paid order -> thank-you note with a discount code.
Order above your VIP threshold -> handwritten surprise note.
Repeat purchase milestone -> loyalty note with a QR code.
Lapsed buyer returns -> win-back note with a relevant offer.
Add the Scribeless action
Add the final action step.
Choose
Scribeless.Set the action event to
Add Recipients.Connect your Scribeless account.
If you are in more than one Scribeless organization, choose the organization that contains the campaign you want to use.
The Scribeless step should sit after any filters or delays. That prevents unpaid, cancelled, duplicate, or ineligible orders from being added as recipients.
Map the order fields
In the Scribeless Configure tab:
Choose the campaign in
Campaign ID.Map the customer's first name and last name from the Etsy payload.
Map address line 1, city, state or region, postal code, and country from the shipping address.
Map company name if your store collects it.
Map order number, order value, product name, coupon code, segment, or loyalty tier into custom fields if your Scribeless message uses merge variables.
Use mapped fields rather than typed static values so each Zap run uses the actual order data for that recipient.
Test and turn on
Test with an internal order, sandbox payload, or safe historical order.
Confirm the recipient appears in the correct Scribeless campaign.
Check the full mailing address, especially country, region, and postal code formatting.
Confirm discount codes, order references, QR codes, and merge variables display correctly.
Turn on the Zap once the test recipient looks correct.
Keep your Scribeless campaign pending while testing if you do not want test recipients printed and mailed.
Optional: use QR engagement as a follow-up signal
If your Scribeless campaign includes a QR code, treat the scan as intent data. A scan after a thank-you note can move the customer into a repeat-purchase audience. A scan after a VIP note can trigger a loyalty follow-up.
Keep the first automation focused on reliable recipient creation. Add QR engagement, enrichment, or lifecycle routing after the order flow has been tested end to end.
