Email Notifications
Get notified by email whenever a participant completes a session.Setting up email notifications
1
Open your scenario
Navigate to the scenario you want to configure.
2
Go to Settings
Click the Settings tab on the scenario detail page.
3
Find the Notifications section
Scroll to the Notifications section.
4
Add email addresses
Type an email address and press Enter to add it. Add as many recipients as you need.
What’s included in the email
Each notification email contains:- Participant name and email
- Session date and duration
- Goal scores and overall rating
- Link to view the full session transcript and recording
Webhook Notifications
For programmatic integration, set up a webhook to receive session results as a POST request.1
Go to scenario Settings
Open the Settings tab on your scenario.
2
Set the Webhook URL
Under Session Options, paste your webhook endpoint URL.
3
Save
The webhook fires automatically when any session for this scenario completes.
Webhook payload
The POST request includes:Webhook URLs must be HTTPS. The request includes a signature header for verification. See the API Reference for full details.

