Short answer: You can issue loyalty card in Boomerangme by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Boomerangme Issue Loyalty Card action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Template ID template_id | string | Required | Card template ID to use |
Customer Email customer_email | Required | Email of the customer | |
Customer Name customer_name | string | Optional | Name of the customer |
Customer Phone customer_phone | string | Optional | Customer's phone number |
{"template_id": "e.g. tmpl_001","customer_email": "e.g. user@example.com","customer_name": "{{trigger.customer_name}}","customer_phone": "e.g. +14155551234"}
{"id": "card_002","stamps": 0,"status": "active","card_url": "https://boomerangme.com/cards/card_002","created_at": "2025-03-15T10:00:00Z","template_id": "tmpl_001","customer_name": "Jane Smith","customer_email": "jane@example.com"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.