Webhook Events
DMFSearch.submitted
Emitted when a Death Master File search has been submitted for processing.
postWebhookDMFSearch.submitted
Payload
Example payload
{
"name": "Michael Smith",
"ssn": "621-34-2918",
"error": "TimeoutError The IRS could not be reached.",
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
}
}Response
Successful Response
{"stackTrail":"webhooks:DMFSearch.submitted:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.