Skip to main content

i4w_sync_contacts

Usage

This module provides a mechanism to (one-way) update the entire local Contact cache table (_isContact).

This module can be triggered from a server-side CRON job.

This module can be called through 'Send an http post…' from within an Keap application.

This module can be called manually by typing the URL in your browser.

Parameters

ParameterValueDescription
i4w_sync_contactsYOUR_SECURITY_KEYSpecifies the action to perform.
tags234,456Specifies a list of comma-separated tag ID to use as a filter for the data sync.
tagsmembershipsSpecifies that all memberships defined on the site will be used as a filter for the data sync.
tag_modeanySpecifies that any of the tag ID's may match in order to qualify.
tag_modeallSpecifies that all of the tag ID's must match in order to qualify.
truncateyesFor larger databases, specifies that the table should be truncated/emptied before begin of the synchronization rather than update record by record.

Example

Will sync ALL contacts from Keap into the local contact table.

URL
https://www.yoursite.com/?i4w_sync_contacts=YOUR_SECURITY_KEY

Notes

In all examples provided, YOUR_SECURITY_KEY stand for the security key defined under plugin options. These are used to authenticate the request.