Actions23
- Customer Actions
- Card Actions
- Add Amount to Card
- Add Point to Card
- Add Reward to Card
- Add Scores to Card
- Add Stamp to Card
- Add Visit to Card
- Create Card
- Delete Card
- Get Card
- List of Cards
- Receive Reward
- Redeem Coupon
- Subtract Amount From Card
- Subtract Point From Card
- Subtract Reward From Card
- Subtract Scores From Card
- Subtract Stamp From Card
- Subtract Visit From Card
- Company Actions
- SMS Actions
Overview
The "Add Visit to Card" operation in the Boomerangme node allows users to increment the number of visits recorded on a specific loyalty or membership card. This is useful in scenarios where businesses track customer visits for rewards, promotions, or engagement programs. For example, a coffee shop could use this operation to add a visit each time a customer makes a purchase, helping to automate loyalty tracking and reward issuance.
Properties
| Name | Meaning |
|---|---|
| Card ID | The unique identifier of the card to which visits will be added. |
| Visits | The number of visits to add to the card (must be a numeric value). |
| Comment | An optional text comment to record additional information about the visit addition. |
Output
The node outputs JSON data representing the updated state of the card after adding the specified visits. This typically includes details such as the card's current visit count and any related metadata returned by the Boomerangme API. The output does not include binary data.
Dependencies
- Requires an active connection to the Boomerangme API.
- Needs an API authentication token configured in n8n credentials to authorize requests.
- The base URL used for API calls is
https://api.digitalwallet.cards/api/v2.
Troubleshooting
- Invalid Card ID: If the provided Card ID does not exist or is malformed, the API may return an error indicating the card was not found. Verify the Card ID before running the node.
- Visits Not a Number: Ensure the "Visits" property is a valid number; otherwise, the request will fail validation.
- Authentication Errors: Missing or invalid API credentials will cause authorization failures. Confirm that the API key/token is correctly set up in n8n.
- API Rate Limits or Downtime: Temporary issues with the Boomerangme service can cause errors. Retry after some time or check service status.
Links and References
- Boomerangme API Documentation (general reference for API endpoints and usage)
- n8n Documentation (for configuring credentials and using HTTP-based nodes)