ActionBoomerangmeUpdated June 2026

What loyalty card templates exist in this Boomerangme account?

Short answer: You can list card templates in Boomerangme by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Boomerangme List Card Templates action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List Card Templates in Boomerangme — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Page
page
stringOptionalPage number for pagination
Sample request
{
"page": "1"
}
Returns
{
"data": [
{
"id": "card_001",
"name": "Coffee Loyalty Card",
"type": "stamp",
"reward": "Free Coffee",
"status": "active",
"created_at": "2025-01-10T10:00:00Z",
"total_stamps": 10
}
],
"page": 1,
"total": 15
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Card Templates.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Card Templates.

What does the List Card Templates action do in Boomerangme?
Returns every card template configured on the account (stamp cards, points cards, gift cards, memberships, coupons) with their design and rules. The lookup for resolving template IDs at workflow-build time.
What inputs does List Card Templates require?
List Card Templates has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Boomerangme returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Card Templates support batch operations?
Yes. Run List Card Templates inside a Loop node to process arrays. TinyCommand handles Boomerangme's rate limits automatically so you don't have to throttle manually.
More actions

Other Boomerangme actions.

Action
Issue Loyalty Card
Issues a digital loyalty card to a customer — Boomerangme sends the wallet-add link via email or SMS, customer adds to Apple Wallet or Google Wallet. The standard hook for "new customer signup → auto-issue welcome loyalty card" workflows.
Action
Get Customer
Returns a customer's profile, current points/stamps balance, and redemption history. Useful for "show me my balance" customer-portal workflows or for tier-based personalisation in marketing campaigns.
List Card Templates in Boomerangme — start free