Event name | Description | One API | Adiditional payload (in addition to above mandatory attributes) |
---|---|---|---|
account.connection.created | Event on the creation of a new consumer’s connection (you receive this event only when the connection was successfuly created) | / | {"connectionid": "guid of the connection on which the event occurred"} |
account.connection.updated | Event on the update of a consumer’s connection | / | {"connectionid": "guid of the connection on which the event occurred", "status": "active/inactive"} |
account.connection.deleted | Event on the deletion of a consumer’s connection | / | {"connectionid": "guid of the connection on which the event occurred"} |
account.connection.up | Event when a local agent is correctly setup | / | {"connectionid": "guid of the connection on which the event occurred"} |
account.connection.down | Event when a local agent did not send any ping since 15 minutes | / | {"connectionid": "guid of the connection on which the event occurred"} |
account.flow.enabled | Event on the activation of a flow for a specific consumer | / | {"flowid": "guid of the flow on which the event occurred", "syncid": "guid of the sync on which the event occurred"} |
account.flow.disabled | Event on the deactivation of a flow for a specific consumer | / | {"flowid": "guid of the flow on which the event occurred", "syncid": "guid of the sync on which the event occurred"} |
account.flow.executed | Event on full execution of a flow (one event per consumer) | / | {"flowid": "guid of the flow on which the event occurred", "syncid": "guid of the sync on which the event occurred", "status": "success/error", "executionid": "guid of the execution of the consumer flow", "parentexecutionid": "guid of the execution of the parent flow"} |
pos.order.completed | Event when an order was completed | POS | {"order_id": "guid of the order on which the event occurred", "device_id": "guid of the device on which the order was completed (optional)", "customer_id": "guid of the customer that has made the order (optional)", "location_id": "guid of the location on which te order was completed", "updated_at": "time of completion"} |
pos.order.updated | Event when the status of an order was updated | POS | {"order_id": "guid of the order on which the event occurred", "device_id": "guid of the device on which the order was completed (optional)", "customer_id": "guid of the customer that has made the order (optional)", "location_id": "guid of the location on which te order was completed", "updated_at": "time of completion"} |