| Shopify | ❌ Not configured |
| Scheduler | ❌ Off | next: N/A |
/shopify/sync — pull customers from Shopify, classify by type/shopify/trigger-pending — trigger calls for all pending customers/api/trigger-calls — manual call trigger with custom data/shopify/webhook — real-time abandoned cart triggersPOST /api/trigger-calls
Content-Type: application/json
{
"customers": [
{
"name": "Rahul Sharma",
"phone": "+919876543210",
"tag": "abandoned_cart",
"product_details": [
{"product_name": "Vitamin D3", "price": 299.0, "quantity": 1}
]
}
]
}
Tags: abandoned_cart | reorder | win_back | custom