| 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"} |
| account.issue.created | Event when a new consumer issue is raised | / | {"issue_id": "guid of the consumer issue", "connectionid": "guid of the connection on which the issue occurred", "syncid": "guid of the sync on which the issue occurred (optional)", "error_code": "error code of the issue", "issue_status": "status of the issue", "message": "error message describing the issue", "context": "additional context information"} |
| account.issue.updated | Event when there is a new occurrence of an existing consumer issue | / | {"issue_id": "guid of the consumer issue", "connectionid": "guid of the connection on which the issue occurred", "syncid": "guid of the sync on which the issue occurred (optional)", "error_code": "error code of the issue", "issue_status": "status of the issue", "message": "error message describing the issue", "context": "additional context information", "occurrences": "number of times this issue has occurred"} |
| account.issue.closed | Event when a consumer issue was closed automatically | / | {"issue_id": "guid of the consumer issue", "connectionid": "guid of the connection on which the issue occurred", "syncid": "guid of the sync on which the issue occurred (optional)", "error_code": "error code of the issue", "issue_status": "auto_closed"} |
| 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"} |