Boomerangme icon

Boomerangme

Interact with Boomerangme API

Overview

The node interacts with the Boomerangme API to manage digital wallet resources. Specifically, the "Create Card" operation under the "Card" resource allows users to create a new card associated with a customer in the Boomerangme system. This is useful for businesses or developers who want to programmatically issue digital cards (e.g., loyalty cards, membership cards) to customers.

Practical examples include:

  • Automatically issuing a new digital card when a customer signs up.
  • Creating cards in bulk for marketing campaigns.
  • Integrating card creation into CRM or e-commerce workflows.

Properties

Name Meaning
Template ID The identifier of the card template to use for creating the new card.
Customer ID The identifier of the customer to whom the new card will be assigned.

Output

The node outputs JSON data representing the newly created card object as returned by the Boomerangme API. This typically includes details such as the card's unique ID, status, associated customer information, and any other metadata provided by the API.

If the API supports binary data related to the card (e.g., images or QR codes), the node would handle it accordingly, but based on the provided code and properties, the output focuses on JSON data describing the card.

Dependencies

  • Requires an active connection to the Boomerangme API.
  • Needs an API authentication token configured in the node credentials to authorize requests.
  • The base URL for API requests is https://api.digitalwallet.cards/api/v2.

Troubleshooting

  • Missing or invalid Template ID or Customer ID: Ensure both IDs are correctly provided and correspond to existing entities in the Boomerangme system.
  • Authentication errors: Verify that the API key or token credential is valid and has sufficient permissions.
  • API connectivity issues: Check network access to https://api.digitalwallet.cards/api/v2 and confirm no firewall or proxy blocks.
  • Unexpected API responses: Review the API documentation for any changes or additional required fields.

Links and References

Discussion