Deskhero Developer Hub
Back to deskhero.com
Integrations

Verifalia callback

Receives an email verification result from Verifalia for the given job id, stores the raw payload as a JSON file in the internal S3 bucket and starts the lead generation background task that applies the queued Verifalia results, unless that task is already running. The callback token must match the configured value, and the call is rejected without it.

POST /api/sys/v{version:apiVersion}/integrations/verifalia_callback
Authorisation
No authentication needed

Request arguments

Name Type Source
idStringQuery
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37