Skip to main content
POST
Create a business lead follow-up automation

Body

The automation request payload for the operation.

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

name
string
required

The display name for the entity.

Maximum string length: 255
description
string | null

Human-readable description that explains this automation configuration request to API users.

enabled
boolean | null

Indicates whether this automation configuration request is active and available in the Leadping API.

scope
string | null

Scope that limits where this automation configuration request applies in Leadping.

visibility
string | null

Visibility level that controls who can see this automation configuration request.

triggers
object[]

Automation triggers that can start this workflow.

conditionGroups
object[]

Grouped automation conditions used to decide whether this workflow should run.

actions
object[]

Automation actions configured or returned for this workflow.

version
string<int32>

Version number for this automation configuration request schema or saved configuration.

Pattern: ^-?(?:0|[1-9]\d*)$
id
string | null

The unique identifier for the entity, when updating an existing entity.

Response

The automation response was created successfully.

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

description
string | null

Human-readable description that explains this automation configuration response to API users.

enabled
boolean | null

Indicates whether this automation configuration response is active and available in the Leadping API.

businessId
string | null

Business ID that owns this automation.

createdByUserId
string | null

User ID of the person who created this automation configuration response.

scope
string | null

Scope that limits where this automation configuration response applies in Leadping.

visibility
string | null

Visibility level that controls who can see this automation configuration response.

managementLevel
string | null

Management level that controls whether Leadping or the business owns this automation setting.

isSystemManaged
boolean

Indicates whether Leadping manages this automation configuration response automatically instead of a user.

triggers
object[]

Automation triggers that can start this workflow.

conditionGroups
object[]

Grouped automation conditions used to decide whether this workflow should run.

actions
object[]

Automation actions configured or returned for this workflow.

lastRunAt
string<date-time> | null

UTC timestamp when this automation last ran.

lastRunStatus
string | null

Status from the most recent automation run.

recentRuns
object[]

Recent automation runs returned for history and troubleshooting.

version
string<int32>

Version number for this automation configuration response schema or saved configuration.

Pattern: ^-?(?:0|[1-9]\d*)$
user
object | null

User summary connected to this automation configuration response.

business
object | null

Business summary connected to this automation configuration response.

name
string

The display name for the entity.

id
string

The unique identifier for the entity.

createdAt
string<date-time>

The date and time when the entity was created.

modifiedAt
string<date-time> | null

The date and time when the entity was last modified, if applicable.