v1
latestOpenAPI 3.0.12026-07-2474233379.5 KBEndClient API
Send an email notification to a lead to start or continue a workflow
Sends an email containing a signed link allowing the recipient to resume the workflow. When the lead status is IN_PROGRESS and the flow has abandonment timer configured, the abandonment timer is reset by default; set resetAbandonmentTimer to false in the request body to suppress this. For NOT_STARTED leads, the timer reset toggle is ignored.
post/end-clients/{endClientId}/notification
Path parameters
endClientIdstring required
EndClient ID
Request body
Example request
{
"recipientEmail": "john.doe@trulioo.com",
"companyName": "ABC Limited.",
"recipientName": "John Doe"
}Response
Email notification dispatched successfully