Shopify Integration

Next-gen Shopify messaging with CloudLinkd WhatsApp

Message Templates
Cron Configuration
Webhook Setup
Credentials

Webhook Template Designer

Auto-Save Enabled
Abandoned Cart checkouts/create
Welcome Message customers/create
Order Confirmation orders/create
Shipping Update orders/fulfilled
Order Cancellation orders/cancelled
Message Template
0/1024
Live Preview
Preview will appear here...

Cron Job Configuration

Cron Service: Active

This endpoint should be scheduled to run every 5 minute(s) to process abandoned carts.

GET https://wa.cloudlinkd.com/integration/shopify/cart_cron.php?api_key=YOUR_KEY&sender=YOUR_SENDER

Cron Job Setup Guide

For reliable execution, use one of these methods:

Option 1: Using cPanel

1. Go to cPanel → Cron Jobs
2. Set frequency: */5 * * * *
3. Command: curl -s "YOUR_CRON_URL"

Option 2: Using SSH

1. Edit crontab: crontab -e
2. Add line: */5 * * * * curl -s "YOUR_CRON_URL"

Option 3: Using wget

*/5 * * * * wget -q -O /dev/null "YOUR_CRON_URL"
Latest Cron Execution Logs
⏰ Cron job executed at: 2025-06-23 09:45:22 🔍 Found 3 pending carts ✅ Sent reminder to +1234567890 (Abandoned Cart) ✅ Sent reminder to +19876543210 (Abandoned Cart) 📊 Processed 2 abandoned carts 🏁 Cron job completed successfully

Webhook Endpoint

This endpoint receives real-time webhook notifications from your Shopify store.

JSON https://wa.cloudlinkd.com/integration/shopify/hook.php?api_key=YOUR_KEY&sender=YOUR_SENDER
Implementation Note
This URL includes your credentials as query parameters. Use it as the webhook endpoint in your Shopify admin.
Events handled:
orders/create
orders/cancelled
orders/fulfilled
checkouts/create
customers/create

The webhook handler uses your customized templates for notifications. Each event triggers the corresponding template:

  • checkouts/create → Abandoned Cart template
  • customers/create → Welcome Message template
  • orders/create → Order Confirmation template
  • orders/fulfilled → Shipping Update template
  • orders/cancelled → Order Cancellation template

Configure Your Credentials

Enter your CloudLinkd credentials to generate your webhook URLs:

Comma separated list of payment methods
Template saved successfully!