iMEMBER360 Automation

iMEMBER360 is designed so Keap campaigns can grant, change, suspend, and personalize WordPress membership access. Below are common automation patterns for Keap-powered membership sites.

Instant Access On New Member Order

On a new order in Keap you can trigger a campaign sequence with the necessary actions to set up access for the new member:

  • Set the relevant membership tag
  • Send an authenticated HTTP request to the membership site with i4w_genpass and the contact ID
  • Send the member a welcome email with the membership site login details

Immediate Access Suspension On Payment Failure

On a payment failure you can trigger a campaign sequence with the necessary actions to suspend access for the member:

  • Remove the relevant membership tag
  • Set the relevant membership PAYF (payment-failure) tag
  • Send the member a notification email about the payment problem

Immediate Access Resumption On Payment Success

On a payment success you can trigger a campaign sequence with the necessary actions to resume access for a member whose access had been suspended:

  • Remove the relevant membership PAYF tag
  • Set the relevant membership tag
  • Send a notification email confirming the issue has been resolved

Immediate Access Adjustment On Upgrade Or Downgrade

On an upgrade or downgrade you can trigger a campaign sequence with the necessary actions to change access for a member:

  • Remove the old membership tag
  • Set the new membership tag
  • Send a confirmation email about the membership-level change

Drip Fed Content

iMEMBER360 allows you to set a delivery schedule for protected content. You can release pages or posts after a configured number of days or weeks, so the member sees the material only when their access cycle reaches the right point.

Member Tracking — Event Activation

You can have the member’s visit to a page trigger either an action set or the addition of a tag, allowing the rest of your Keap automation to react to on-site behaviour the moment it happens.

For the complete lifecycle view, read the guide to Keap membership automation for WordPress.