Events

Creating a callback based on an event

Endpoint [POST] /System/Events on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load all events according to parameters

Endpoint [GET] /System/Events on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Event-based callback adjustment

Endpoint [PUT] /System/Events on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load a specific event

Endpoint [GET] /System/Events/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Delete a specific event

Endpoint [DELETE] /System/Events/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Acceptable events

EventVariables for parameters

article-change-availability

  • %articleId% - article ID

  • %channelId% - channel ID

order-new

  • %orderId% - order ID

  • %channelId% - channel ID

order-change-status

  • %orderId% - order ID

  • %statusId% - order status ID

  • %channelId% - channel ID

user-registred

  • %userId% - user ID

  • %login% - user login

  • %link% - activation link

  • %channelId% - channel ID

user-registration-confirmed

  • %userId% - user ID

  • %login% - user login

  • %channelId% - channel ID

user-reset-password

  • %userId% - user ID

  • %login% - user login

  • %link% - reset password link

  • %channelId% - channel ID

Last updated