💬 Automated WhatsApp upsell messages for Shopify cancellations with Rapiwa & Sheet

52 views · 💬 Lead Nurturing & AI Sales Agents

💡 Pro Tip — If you’ve run into Facebook’s Graph API permission restrictions, ScraperNode is a community node that scrapes pages, groups, posts, and comments directly — no app review needed.

View All Scrapers

Description

Who is this for?

This workflow is for Shopify store owners, customer success, and marketing teams who want to automatically check customers’ WhatsApp numbers and send personalized messages with discount codes for canceled orders. It helps recover lost sales by reaching out with special offers.

What This Workflow Does

Requirements

Setup plan

  1. Add your credentials

    • Rapiwa: Create an HTTP Bearer credential in n8n and paste your token (example name: Rapiwa Bearer Auth).
    • Google Sheets: Add an OAuth2 credential (example name: Google Sheets).
  2. Set up Shopify

    • Replace your_shopify_domain with your real Shopify domain.
    • Replace your_shop_access-token with your actual Shopify API token.
  3. Set up Google Sheets

    • Update the example spreadsheet ID and sheet gid with your own.
    • Make sure your sheet’s column headers match the mapping keys exactly—same spelling, case, and no extra spaces.
  4. Configure the Schedule Trigger

    • Choose how often you want the workflow to check for canceled orders (daily, weekly, etc.).
  5. Check the HTTP Request nodes

    • Verify endpoint: Should call Rapiwa’s verifyWhatsAppNumber.
    • Send endpoint: Should use Rapiwa’s send-message API with your template (includes customer name, reorder link, discount code).

Google Sheet Column Structure

The Google Sheets nodes in the flow append rows with these column. Make sure the sheet headers match exactly.

A Google Sheet formatted like thissample

| Name | Number | Item Name | Coupon | Item Link | Validity | Status | | ------------ | ------------- | ------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ---------- | ------ | | Abdul Mannan | 8801322827799 | Samsung Galaxy S24 Ultra 5G 256GB-512GB-1TB | REORDER5 | Re-order Link | verified | sent | | Abdul Mannan | 8801322827790 | Samsung Galaxy S24 Ultra 5G 256GB-512GB-1TB | REORDER5 | Re-order Link | unverified | not sent |

Important Notes

Support & Help

🔗 Nodes Used

Google Sheets, HTTP Request, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup