Marketing Architects icon

Marketing Architects

Consume Marketing Architects API

Actions7

Overview

The "Get Brand Info" operation of the Marketing Architects node retrieves detailed brand information for a specified domain. This is useful for marketing professionals, brand managers, or developers who want to programmatically access brand-related data such as company details, branding assets, or reputation metrics associated with a particular website domain.

Practical examples include:

  • Automatically fetching brand metadata to enrich CRM records.
  • Integrating brand info into marketing dashboards.
  • Validating domain ownership or brand presence during lead qualification.

Properties

Name Meaning
Domain The domain name for which to retrieve brand information (e.g., "marketingarchitects.com").
Retry Settings Configuration options to control retry behavior on request failure:
  Enable Retry on Failure Whether to retry the request if it fails.
  Max Retry Attempts Maximum number of retry attempts allowed (1 to 10).
  Retry Delay (Seconds) Delay in seconds between retry attempts (1 to 60).
  Backoff Strategy Strategy for delay calculation between retries: "Fixed" (constant delay) or "Exponential" (increasing delay).

Output

The node outputs JSON data containing the brand information retrieved from the API for the specified domain. The exact structure depends on the external service's response but typically includes fields such as brand name, description, logo URLs, social media links, and other metadata related to the domain's brand.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the Marketing Architects API.
  • The base URL for API requests is https://pushbtn.api.misfitsandmachines.com.
  • Proper network connectivity to the API endpoint is necessary.
  • Optional retry settings can be configured to handle transient failures.

Troubleshooting

  • Common Issues:

    • Invalid or missing domain input will cause the request to fail.
    • Network errors or API downtime may result in failed requests.
    • Exceeding rate limits or invalid API credentials will cause authorization errors.
  • Error Messages:

    • Authorization errors indicate issues with the provided API token; verify and update credentials.
    • Request timeouts or connection errors suggest network problems; check connectivity and retry settings.
    • Validation errors usually mean required parameters are missing or malformed; ensure the domain is correctly specified.
  • Resolutions:

    • Double-check the domain format and ensure it is a valid domain string.
    • Configure retry settings to enable automatic retries on transient failures.
    • Verify that the API key credential is correctly set up and has necessary permissions.

Links and References

Discussion