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
| Parameter | Description |
|---|---|
contactId | Keap contact ID |
ad_campaign | Sales Dialer campaign ID (found on the Campaigns page) |
secret | Your automation secret key (found in JustCall Integrations) |
phone | Contact phone number |
name | Contact name |
email | Contact email |
Optional: custom field IDs for additional data.
API URL: https://bifrost.justcall.io/salesdialer-nest/v1/infusionsoft/trigger
Keap Pro/Ultimate (Automations)
- In Keap, create a new Automation.
- Set the trigger to Tag is Applied.
- Add an HTTP POST action with the API URL and required parameters.
- Activate the automation.
When a contact receives the designated tag, they're automatically added to your Sales Dialer campaign.
Keap Classic (Campaign Builder)
- In Keap Classic, open the Campaign Builder.
- Add a Sequence block with an HTTP POST action.
- Configure the POST URL and parameters.
- Connect the sequence to a Tag Applied trigger.
- 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.
Related Articles
- Remove Contacts via Infusionsoft — automate contact removal
- Dialer CRM Integration — CRM integration overview
Was this helpful?