Multi-tenant marketing automation platform
No flows created yet
Connect your Salloq ecommerce and POS platforms to trigger automated marketing workflows.
POST https://marketing.yourdomain.com/api/webhook
{
"event": "order_placed",
"data": {
"order_id": "12345",
"customer_id": "67890",
"email": "customer@example.com",
"first_name": "John",
"last_name": "Doe",
"total": 99.99
}
}
View Full API Documentation →