v1
latestSwagger 2.02026-07-134026156.7 KBData Requests
Create a new event for emailing a signee a request for signature
Records user notification events for data requests. Use this to create an audit trail showing when and how users were notified about data request forms. Supports email, SMS, and other notification types. Records the notification time for compliance tracking.
See also:
- Embedded Data Requests Guide - User notification workflow
post/data_requests/{data_request_id}/events
Path parameters
data_request_idstring required
Request body
Example request
{
"event_type": "send_request",
"message_type": "email",
"message_recipient": "test@test.com"
}Response
event created