Skip to content
Loyalty Club PLC
Message centre

The three Message Centre sections

Message Campaigns, Action Alerts, Refer A Friend Messages — three distinct things in one Message Centre.

2 min readUpdated 1 May 2026

The Message Centre has three sections, each doing a different job. Don’t confuse them.

1. Message Campaigns

What: broadcasts you compose and send to a chosen segment of your members. The page description in the Message Centre menu reads: "Send in-app & push notifications".

Created via a 4-step wizard (/createmessagecampaign):

  1. Campaign Details
  2. Select Lists
  3. Compose Message
  4. Summary

See Sending your first message campaign.

2. Action Alerts

What: automated triggers that fire on customer events. The page description reads: "Set up automated notifications".

Configured at /actionalerts. Each alert has a trigger (an event type), a message body, and an active/paused toggle.

The exact set of available trigger types isn’t exposed as a select in the v1 partner portal code we audited — the existing alerts each have a .trigger field stored on the alert record, and the Message Centre’s empty-state copy says alerts can fire when customers "earn stamps, complete..." (truncated — full list isn’t enumerated here).

See Setting up an automated action alert.

3. Refer A Friend Messages

What: customisable templates that members share via their own channels. The page description reads: "Customize referral messages".

Available channels (per ReferAFriendMessages.jsx):

  • Email
  • WhatsApp
  • Twitter
  • LinkedIn
  • Telegram

Each channel has its own template body. Edit per-channel via /editreferfriendmessage/{messageType} (e.g. /editreferfriendmessage/email).

What none of these are

  • None send SMS. No SMS gateway is integrated; the WhatsApp template is text members share manually.
  • None broadcast cross-business. You message your own members only.

In one sentence

Message Campaigns = you broadcast. Action Alerts = automated triggers. Refer A Friend Messages = templates members share. Three sections, three different jobs.

Was this helpful?

Related articles