Boomerangme icon

Boomerangme

Interact with Boomerangme API

Overview

The node integrates with the Boomerangme API to manage digital loyalty cards and related customer interactions. Specifically, the "Add Stamp to Card" operation allows users to add a specified number of stamps to a particular loyalty card identified by its Card ID. This is useful in scenarios where businesses want to track customer rewards or progress on a loyalty program by incrementing stamp counts on their digital cards.

Practical examples include:

  • A coffee shop adding stamps to a customer's digital card after each purchase.
  • A retail store updating a loyalty card with stamps as part of a promotional campaign.

Properties

Name Meaning
Card ID The unique identifier of the loyalty card to which stamps will be added.
Stamps The number of stamps to add to the card.
Comment An optional text comment describing the reason or context for adding the stamps.

Output

The node outputs JSON data representing the updated state of the card after the stamps have been added. This typically includes details such as the card's current stamp count and any other relevant 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 for API requests 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 retrying.
  • Insufficient Permissions: Errors related to authorization usually mean the API key or token lacks necessary permissions. Ensure the credential used has rights to modify cards.
  • Network Issues: Connectivity problems can cause request failures. Check network access and API availability.
  • Missing Required Fields: Omitting required properties like Card ID or Stamps will result in validation errors. Make sure all mandatory inputs are provided.

Links and References

Discussion