Remove Contacts via Infusionsoft Campaign Builder

Run outbound campaigns1 min readUpdated 2026-03-14

Automate contact removal from Sales Dialer campaigns using Infusionsoft's Campaign Builder. When a tag is applied to a contact in Infusionsoft, an HTTP POST removes them from the specified Sales Dialer campaign.


Setting Up Automated Removal

  1. In Infusionsoft, open Campaign Builder.
  2. Create a new campaign with a Tag Applied trigger.
  3. Add a Sequence block.
  4. Inside the sequence, add an HTTP POST action.

HTTP POST Configuration

FieldValue
URLhttps://salesdialer.justcall.io/api/delete_contact_ifs.php
MethodPOST

Required Fields:

ParameterDescription
contactIdInfusionsoft contact ID
phoneContact phone number
secretYour account automation key (constant per account)
ad_campaignSales Dialer campaign ID
  1. Publish the campaign to activate.

Finding Your Keys

  • Secret Key: Constant per account — found in Sales Dialer > Integrations.
  • Campaign ID: Found on the Sales Dialer > Campaigns page.

Was this helpful?