Boomerangme icon

Boomerangme

Interact with Boomerangme API

Overview

The node interacts with the Boomerangme API, specifically allowing users to retrieve information about a company when using the "Get Company" operation under the "Company" resource. This operation fetches details of a specific company by its unique identifier.

This node is beneficial in scenarios where you need to integrate company data from Boomerangme into your workflows, such as syncing company profiles, verifying company details before processing transactions, or enriching customer records with company information.

Example use case:

  • Automatically retrieving company details during onboarding processes to validate company identity.
  • Fetching company information to display or log within a CRM or ERP system.

Properties

Name Meaning
Company ID The unique identifier of the company to retrieve. This is a required string input.

Output

The output contains a JSON object representing the company data retrieved from the Boomerangme API. The structure typically includes all relevant company details as provided by the API response for the specified company ID.

If the node supports binary data output (not indicated here), it would represent any associated files or media related to the company, but this is not evident from the provided code.

Dependencies

  • Requires an active connection to the Boomerangme API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • The base URL for API requests is https://api.digitalwallet.cards/api/v2.
  • The node sends and expects JSON-formatted data.

Troubleshooting

  • Missing or invalid Company ID: The node requires a valid company ID; ensure this field is correctly filled.
  • Authentication errors: Verify that the API key or token credential is correctly set up and has sufficient permissions.
  • Network issues: Ensure that the n8n instance can reach the Boomerangme API endpoint.
  • API errors: If the company ID does not exist or is incorrect, the API may return an error; check the ID and try again.

Links and References

Discussion