Outbound events
What are outbound events?
Outbound events are notifications or alerts that are sent from the BeyondTrust system to external systems or recipients, triggered by specific actions or occurrences within the system.
How are outbound events useful?
Outbound events help automate the communication of important system updates or actions to external systems or stakeholders, ensuring that relevant parties are kept informed and that necessary actions can be taken promptly.
How do I access the Outbound Events page?
- Use a Chromium-based browser to sign in to your Remote Support URL.
This URL is provided in the BeyondTrust welcome email and includes your site URL followed by /login. - From the left menu, click Management.
The Software page opens and displays by default. - At the top of the page, click Outbound Events.
The Outbound Events page displays.
How to configure outbound events
HTTP recipients
You can configure your B Series Appliance to send messages to an HTTP server or to an email address when different events are triggered.
The variables sent by the B Series Appliance arrive as an HTTP POST method and can be accessed by calling the method used to retrieve POST data in your coding language. If the server does not respond with an HTTP 200 to indicate success, the B Series Appliance will re-queue the current event and retry it later.
Add, edit, delete
Create a new recipient, modify an existing recipient, or remove an existing recipient.
Add or edit HTTP recipient
Enabled
You can uncheck the Enabled checkbox to quickly stop the messages for the event handler you set up, as in the event of planned integration testing, for instance.
Name
Create a unique name to help identify this recipient.
URL
Enter the destination URL for this outbound event handler.
Note
URLS must begin with https.
Use a CA certificate
When operating over an HTTPS connection, you must upload the certificate authority's root certificate advertised by the outbound event server.
Send custom fields
Choose if custom fields and their values should be sent with the outbound event.
Events to send
Choose which events should trigger messages to be sent.
Retry interval
Set how often to retry a failed attempt.
Retry duration
If an event continues to retry and fail, set how long it should continue to retry before being dropped.
Email contact
Enter one or more email addresses to which notification should be sent if an error should occur.
Send email alert after
Set how long after an error the email should be sent; if the problem is resolved before this time is reached and the event succeeds, no error notification will be sent.
Resend email alerts
Set how often error emails should be sent if a failed status should continue.
Email recipients
Add, edit, delete
Create a new recipient, modify an existing recipient, or remove an existing recipient.
Retry duration
If an event continues to retry and fail, set how long it should continue to retry before being dropped.
Add or edit email recipient
Before you set up your B Series Appliance to send event messages to an email address, verify that your B Series Appliance is configured to work with your SMTP relay server. Go to the Management > Email Configuration page to verify settings.
Enabled
Use the Enabled checkbox to quickly stop the messages for the event handler you set up, as in the event of planned integration testing, for instance.
Name
Create a unique name to help identify this recipient.
Email
Enter the email address to receive notice of the selected events. You can configure up to ten email addresses, separated by commas.
Require external key
If this option is checked, emails will be sent only for sessions which have an external key at the time the event occurs.
Events to send
Choose which events should trigger messages to be sent.
Subject
Customize the subject of this email. You can localize this text for any languages you have enabled.
Body
Customize the body of this email. Use any of the macros listed below this field in the /login page to customize the text for your purposes. You can localize this text for any languages you have enabled.
Note
For more information, please see Outbound events reference.
Updated 5 days ago