Skip to main content

Documentation Index

Fetch the complete documentation index at: https://frimty.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

A trigger is a rule that watches for a specific Shopify event and sends a notification to a hub (Slack, Email, Telegram, or Discord) when that event occurs. Each trigger can be filtered with conditions and scheduled for immediate or batched delivery.

Trigger Types

Alius supports 20 trigger types across six Shopify entities:

Product

Trigger TypeFires when…
Product createdA new product is added to the store
Product updatedAny field on an existing product changes
Product deletedA product is removed from the store

Order

Trigger TypeFires when…
Order createdA new order is placed
Order updatedAn existing order’s details change
Order paidAn order’s payment is confirmed
Order fulfilledAn order is marked as fulfilled

Refund

Trigger TypeFires when…
Refund createdA refund is issued on an order

Customer

Trigger TypeFires when…
Customer createdA new customer account is created
Customer updatedA customer’s profile or preferences change
Customer deletedA customer record is removed

Returns

Trigger TypeFires when…
Return requestedA customer submits a return request
Return approvedA return request is approved
Return declinedA return request is declined
Return processingA return is being processed
Return closedA return is closed
Return cancelledA return is cancelled
Return reopenedA previously closed return is reopened
Return updatedAny field on a return changes

Cart

Trigger TypeFires when…
Cart abandonedA checkout is abandoned (no purchase completed)

Trigger Fields

Each trigger has the following configurable fields:
FieldRequiredDescription
TitleYesA descriptive name shown in the triggers list
StatusYesActive (live) or Disabled (paused)
TypeYesThe Shopify event to watch (see trigger types above)
Notification HubYesWhere to send the notification: Slack, Email, Telegram, or Discord. Pro plan: select multiple hubs simultaneously
Channels/RecipientsYesFor Slack: one or more enabled channels. For Email: verified recipients. For Telegram or Discord: the connected destination
ScheduleYesWhen to send: Instant, Hourly, Daily, Weekly, or Monthly. See Schedule Types
TemplateNoA saved template to use. Defaults to the built-in format if not set
ConditionsNoOne or more field-level filters. See Conditions

Trigger Status

Each trigger has an Active / Disabled toggle:
  • Active — The trigger is live and will fire notifications when events occur.
  • Disabled — The trigger is paused. No notifications are sent, but configuration is preserved.
Triggers can be enabled or disabled from the trigger form or from the triggers list.

Creating a Trigger

Creating a trigger is a two-step process: Step 1 — Choose a template Clicking Create Trigger opens the template picker page. You can either:
  • Select a pre-built template (see Pre-built Templates below) to start with a pre-configured type and conditions.
  • Click Blank Template to start from scratch.
Step 2 — Fill in the form
  1. Fill in the Title.
  2. The Type and Conditions are pre-filled if you chose a template — you can adjust them.
  3. Select a Notification Hub. On the Free plan this is a single-select dropdown; on Pro it is a multi-select so you can send to several hubs at once.
  4. Select the Channels/Recipients for each hub.
  5. Select a Schedule (defaults to Instant; non-instant schedules require Pro).
  6. Optionally select a saved Template.
  7. Click Create Trigger.
The trigger starts processing events immediately.

Pre-built Templates

The template picker offers nine ready-made configurations. Selecting one pre-fills the trigger type, category, conditions, and condition mode — all of which can be adjusted before saving.
TemplateTypePre-set Condition
Low StockProduct updatedInventory total < 5
Out of StockProduct updatedInventory total = 0
High-Value OrderOrder createdTotal price > $500
Abandoned CheckoutCart abandoned
New OrderOrder created
Order RefundRefund created
Return from CustomerReturn requested
Return from AdminReturn approved
New CustomerCustomer created
Templates are client-side only — no extra data is stored for choosing a template.

Multi-Hub Notifications (Pro)

On the Pro plan, a single trigger can send to multiple hubs simultaneously — for example, Slack and Email and Discord all at once.
  • The hub selector on the trigger form changes to multi-select checkboxes.
  • Each selected hub uses its own channel/recipient configuration.
  • Each hub+recipient pair produces a separate entry in Notification History.
On the Free plan, only one hub can be selected per trigger. A banner in the form explains the restriction and links to the upgrade page.

Editing and Deleting Triggers

  • Click any trigger row on the Triggers page to open the edit form.
  • Use the checkbox column to select multiple triggers and delete them in bulk.
  • A confirmation modal appears before deletion.

Trigger Limits

PlanActive Trigger Limit
Free1
ProUnlimited
When the Free plan limit is reached:
  • The Create Trigger button is disabled with a warning banner.
  • The banner includes an “Upgrade to Pro” button linking to Shopify’s pricing page.
  • The server also enforces the limit — the form submission is rejected if the UI is bypassed.
See Pricing for plan details and downgrade behavior.