Kick Off Onboarding in Slack When a New Customer Signs Up via Shopify
The moment a new customer appears in Shopify, this starts your onboarding: it alerts your success team to reach out — so no new customer is left to figure it out alone.
- 1
Step 1 — Detect the signup
Add the
Shopifytrigger for a new customer/subscription, carrying the customer's email and plan. - 2
Step 2 — Standardise the details
Add a
Setnode withemail,nameandplanso the onboarding step is reliable. - 3
Step 3 — Start onboarding in Slack
Add a
Slacknode. SetResourcetoMessageandOperationtoSend. Choose the channel (e.g.#alerts) and drop the new customer's name and plan so success can reach out into the message text using expressions like{{ $json.summary }}. Connect your Slack OAuth or bot-token credential.
Frequently asked questions
Can I gate onboarding by plan?
Yes — add an `If`/`Switch` on `plan` after Step 2 so enterprise customers get a white-glove path and self-serve customers get the standard flow.
Combine several actions?
Definitely — a common setup is welcome email + Slack alert + CRM record, all fanned out from the single Shopify trigger.