Usage:

This shortcode returns the embedded content if the current visitor is logged in and has the ActiveCampaign ‘contactId’ specified in the parameter list.

[ELSE_is_contact] conditional branching is supported.
Shortcode nesting is NOT supported.

Parameters:

id The id of the contact record to check again.
Default: none.
Required: yes.

Example:

[mbr_is_contact id='1234']
  Display this if the user is logged in AND has contact Id 1234
[ELSE_is_contact]
  Display this if the user is NOT logged in OR doesn't have contact id 1234
[/mbr_is_contact]

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.