Skip to content
ActionBoomerangmeUpdated May 2026

What loyalty card templates exist in this Boomerangme account?

Short answer: Drop the "BoomerangmeList Card Templates" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

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. Tiny Command handles Boomerangme's rate limits automatically so you don't have to throttle manually.
More actions

Other Boomerangme actions.

Send list card templates from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.