Events
On this page, you can set filters for detecting certain events in the system (Event handler properties
) and workflows for processing them (Event handler workflow
).
ID
Event identifier in the system.
Short description
Event description.
Event
Event code.
Event handler workflow
The instruction to be executed upon event triggering.
Enabled
If Enabled
, then the handler is active.
To view event details, click the Edit button. Detailed information contains Event handler properties — filters for events and Event handler workflow — a set of fields and available setting depends on the event type, they are described in more detail in the following section.
Successful registration
When a new client is signed up to the B2CORE UI or an admin user creates a new client profile via the B2CORE Back Office, an email notifications is sent to the target email addresses.
The following properties of the Event handler workflow are available:
Emails
A list of emails, to which the notification about the transfer will be sent.
Template
A template for the email that will be sent upon the event, refer to Templates for details.
Transfers
Upon receiving a transfer to an account in a given platform, an email notifications is sent to the target email addresses.
The following properties of the Event handler workflow are available:
Destination Platform Id
Required parameter.
Source Platform Id
Optional parameter.
Minimum Amount
Optional parameter.
Available workflows
A list of available workflows. Depends on selected handler.
Emails
A list of emails, to which the notification about the transfer will be sent.
Template
A template for the email that will be sent upon the event, refer to Templates for details.
Account created
When opening an account for a client, a POST request is sent to a provided external URL. Request body contains the following data:
Client ID
Client Email
Account Number
Product Name (refer to Products for details)
Product Group Type (refer to Groups for details)
Product Platform (refer to Platforms for details)
The following properties of the Event handler workflow are available:
External endpoint
External URL to which a POST request will be sent.
Content type
The following values are supported: application/x-www-form-urlencoded
, application/json
.
Transaction verifying
Once a RED transaction is detected in Transaction monitoring, an email notification will be sent to the target email addresses. The notification contains the following data:
Client Email
Transaction ID
Transaction Hash
Risk Score
Transaction amount
The following properties of the Event handler workflow are available:
Emails
A list of emails, to which the notification about the suspicious transaction will be sent.
Template
An email template that will be sent upon the event, refer to Templates for details.
Hedging failed
Once a hedging is failed for an exchange operation, an email notification will be sent to the target email addresses or Slack channel. The notification contains the transaction ID.
The following properties of the Event handler workflow are available:
Available workflows
Type of the notification that will be sent:
SendNotificationFlow — email notification
SendSlackNotificationFlow — Slack notification
Emails
A list of emails to which the notification about the hedging failed will be sent. Applicable for SendNotificationFlow
.
Slack Webhook URL
Webhook to the Slack channel to which the notification about the suspicious transaction will be sent. Applicable for SendSlackNotificationFlow
.
Template
An email/Slack template that will be sent upon the event triggered, refer to Templates for details.
Request receiving
Once a client request of a specified type is created, an email notification will be sent to the target email addresses. The notification contains the following data:
Request ID
Request type
Client name
Email
Date
When creating an event, you need additionally to select request Types that will trigger notification. Multiple select available.
The following properties of the Event handler workflow are available:
Emails
A list of emails to which the notification about the new request will be sent.
Template
An email template that will be sent upon the event triggered, refer to Templates for details.
Last updated