Send leads to a Smuggler campaign

The Send to Smuggler Campaign action imports a lead into Smuggler and optionally enrols them in a campaign you select β€” a clean way to route qualified leads from a Trigify workflow straight into your Smuggler outreach.

This action requires a connected Smuggler integration. Add your Smuggler API key in your integration settings first; the campaign picker then lists your live campaigns. It costs 0 credits.

Inputs

Only two fields are required β€” the rest enrich the lead record in Smuggler.

Field

Required

Notes

campaignId

Required

The Smuggler campaign to enrol the lead into (chosen from a picker).

linkedinProfile

Required

The lead’s business network profile URL.

firstName / lastName / fullName

Optional

Name fields.

jobTitle / headline

Optional

Role details.

companyName / companyUrl

Optional

Company details.

email

Optional

Validated as an email if provided.

location / country

Optional

Where the lead is based.

leadSource

Optional

A custom source tag stored with the lead.

Outputs

Output

Type

What it is

result.success

true/false

Whether the import succeeded.

result.message

text

A summary, e.g. how many were imported and enrolled.

result.imported

number

Leads imported into Smuggler.

result.enrolled

number

Leads enrolled into the campaign.

result.skipped

number

Leads skipped (e.g. already present).

How it behaves

  • It imports one lead per run β€” typically you place it after a trigger or a Loop so each matched person is sent through.
  • If required fields are missing or the business network URL is invalid, the run fails with a validation message rather than sending a broken record.