Keap (Infusionsoft) Import to Sales Dialer

Run outbound campaigns2 min readUpdated 2026-03-14

Import contacts into Sales Dialer campaigns from Keap using automated HTTP POST workflows. This works with both Keap Pro/Ultimate (Automations) and Keap Classic (Campaign Builder).


Required Parameters

ParameterDescription
contactIdKeap contact ID
ad_campaignSales Dialer campaign ID (found on the Campaigns page)
secretYour automation secret key (found in JustCall Integrations)
phoneContact phone number
nameContact name
emailContact email

Optional: custom field IDs for additional data.

API URL: https://bifrost.justcall.io/salesdialer-nest/v1/infusionsoft/trigger


Keap Pro/Ultimate (Automations)

  1. In Keap, create a new Automation.
  2. Set the trigger to Tag is Applied.
  3. Add an HTTP POST action with the API URL and required parameters.
  4. Activate the automation.

When a contact receives the designated tag, they're automatically added to your Sales Dialer campaign.


Keap Classic (Campaign Builder)

  1. In Keap Classic, open the Campaign Builder.
  2. Add a Sequence block with an HTTP POST action.
  3. Configure the POST URL and parameters.
  4. Connect the sequence to a Tag Applied trigger.
  5. Publish the campaign.

Finding Your Campaign ID and Secret Key

  • Campaign ID: Go to Sales Dialer > Campaigns — the ID appears in the campaign details.
  • Automation Secret Key: Go to Sales Dialer > Integrations — find the key in the Keap/Infusionsoft section.

Was this helpful?