Already have an account? Sign in
Automatically remind customers about abandoned carts on your Shopify store using WhatsApp messages with product links. This n8n workflow verifies numbers via Rapiwa API, sends personalized messages, and logs interactions in Google Sheets.
Status = pendingsent, verified)not sent, unverified)WhatsApp No, Name, Message, Image URL, Status, Verification| name | number | order id | item name | coupon | item link | total price | validity | status |
|---|---|---|---|---|---|---|---|---|
| Abdul Mannan | 8801400620056 | 39248398811454 | S25 Ultra 5XXXXX Cell Phone | Product Link | 11500.00 BDT | unverified | not sent |
HTTP Bearer Auth)https://app.rapiwa.com/api/send-message{
"number": "{{ $json['WhatsApp No'] }}",
"message": "{{ $json['Message'] }}"
}