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
- In Infusionsoft, open Campaign Builder.
- Create a new campaign with a Tag Applied trigger.
- Add a Sequence block.
- Inside the sequence, add an HTTP POST action.
HTTP POST Configuration
| Field | Value |
|---|---|
| URL | https://salesdialer.justcall.io/api/delete_contact_ifs.php |
| Method | POST |
Required Fields:
| Parameter | Description |
|---|---|
contactId | Infusionsoft contact ID |
phone | Contact phone number |
secret | Your account automation key (constant per account) |
ad_campaign | Sales Dialer campaign ID |
- 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.
Related Articles
- Keap Import to Sales Dialer — import contacts from Keap
- Dialer CRM Integration — CRM integration overview
Was this helpful?