Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Manages how sales users view and interact with campaign and lead lists within the sales flow.

Fields

FieldTypeRequiredDescription
idstring (uuid)YesRead-only
timestamp_createdstring (date-time)YesDate and time when sales flow created (read-only)
organization_idstring (uuid)YesOrganization ID associated with the sales flow (read-only)
namestringYesName of the sales flow
is_defaultboolean, nullableNoIndicates whether this sales flow is set as the default one for the user or workspace.
queriesarrayYesAn object containing the sales flow queries
queries[].actionTypestringNoPossible values: reply, email-open, last-contacted, link-click, lead-status, lead-status-change
queries[].valuesobjectNo
queries[].values.occurrence-daysnumberNo
queries[].values.occurrence-countobjectNo
queries[].values.occurrence-count.conditionstringNoPossible values: more, less, equal
queries[].values.occurrence-count.countnumberNo
queries[].values.lead-statusobjectNo
queries[].values.lead-status.statusnumberNo
queries[].values.lead-status.conditionstringNoPossible values: is, is-not
created_bystring (uuid)YesUUID of the user who created the sales flow. (read-only)
list_idstring, nullableNoThe ID of the list, can be “all-lists” in case of all.
campaign_idstring, nullableNoThe ID of the campaign. Set to null when “all-campaigns” is passed.
list_namestring, nullableNoThe name of the list. (read-only)
campaign_namestring, nullableNoThe name of the campaign. (read-only)