AutomationTasks

Instantly Sequence (deprecated)

Legacy Instantly-specific enrollment task. Keep existing saved workflows valid; use Enroll in Campaign / Sequence for new workflows.

Task type: Instantly Sequence

Instantly Sequence is a legacy task kept for saved workflow compatibility. Use Enroll in Campaign / Sequence for new workflows.

Run behavior

  • Side effects: This task can change data or call an external system. Test with safe records and be careful when rerunning.
  • Credit usage: This task is not classified as credit-billed by the workflow task registry.

When to use this task

  • Enroll a qualified contact after enrichment and messaging steps.
  • Send generated personalization into an Instantly campaign.
  • Automate campaign enrollment after record review or scoring.

Setup tips

  • Keep skipIfInCampaign enabled unless duplicates are intentional.
  • Validate email before enrollment.
  • Test with a safe campaign before production enrollment.

Examples

Enroll enriched contact

Pass enriched email, name, company, and AI-generated personalization into a selected campaign.

Outputs

  • Instantly lead enrollment result metadata.

Common pitfalls

  • Enrolling contacts before reviewing generated personalization.
  • Passing an empty or invalid email.
  • Rerunning a workflow without duplicate safeguards.

Reference details

These details are generated from the workflow task registry and match the fields available in the builder.

Required fields

  • campaignId
  • email

Variable-aware fields

Fields that accept variable references ({{ inputs.x }}, {{ steps.N.y }}) from the workflow's variable graph:

  • email
  • firstName
  • lastName
  • companyName
  • website
  • phone
  • personalization
  • customVariables

Liquid template fields

Fields that are rendered through Liquid (variables plus filters and control flow):

  • email
  • firstName
  • lastName
  • companyName
  • website
  • phone
  • personalization
  • customVariables

Builder guidance

When the Workflow Builder Genie configures this task, it follows this guidance:

Deprecated for new workflow creation. Only use when preserving or editing an existing Instantly Sequence task; otherwise create Enroll in Campaign / Sequence.

Default configuration

New instances of this task start with the following configuration:

{
  "name": "Add to Instantly Campaign",
  "outputKey": "instantly_lead",
  "taskType": "Instantly Sequence",
  "description": "",
  "campaignId": "",
  "email": "",
  "skipIfInCampaign": true,
  "skipIfInWorkspace": false
}

On this page