Boomerangme icon

Boomerangme

Interact with Boomerangme API

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

Discussion