i4w_updateuser
Usage
This module provides a mechanism to force a session cache refresh using a "Send Http post to another server" action.
This will cause the next page hit by a subscriber to automatically reload all session data from Keap.
This module is essentially the Keap-side version of the [i4w_data_refresh] shortcode.
This module can be called through a 'Send an http post…' following a web or order form.
This module can be called through a 'Send an http post…' as part of a trigger process, legacy action set or campaign builder sequence.
Parameters
| Parameter | Value | Description |
|---|---|---|
| i4w_updateuser | YOUR_SECURITY_KEY | Determine the basic action to be taken. |
Example
https://www.yoursite.com/?i4w_updateuser=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.
The new "Campaign Builder" HTTP POST do not automatically send the contact record data for processing. Individual value pairs must now be specified. In this case, the required value pair is either of the following:
| Parameter | Keap Merge Field |
|---|---|
| Id | ~Contact.Id~ |
| contactId | ~Contact.Id~ |
| ContactId | ~Contact.Id~ |
| Contact0Id | ~Contact.Id~ |