Skip to main content
POST
Preview a lead follow-up automation

Body

The automation preview request payload for the operation.

Request schema for the Leadping API automation preview request, including the fields clients can send.

automation
object

Automation configuration to evaluate without executing live actions.

triggerType
string | null

Automation trigger type that starts the workflow.

Response

Returns the automation preview response.

Response schema for the Leadping API automation preview response returned to authenticated clients.

triggerType
string | null

Automation trigger type that starts the workflow.

samplePayload
object

Example payload clients can use to understand this automation preview response format.

validation
object

Validation result returned for the automation configuration.

conditionResults
object[]

Condition evaluation results returned by the automation preview.

actionResults
object[]

Action preview results showing what the automation would do.

warnings
string[]

Warnings returned for this automation preview response that do not necessarily block processing.