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
Request arguments
| Name | Type | Source |
|---|---|---|
| id | String | Query |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37