AB Tasty icon

AB Tasty

Use the AB Tasty API

Overview

This node integrates with the AB Tasty platform's Public API to list all third party tool links associated with a specific test. It is useful for users who want to programmatically retrieve and manage external tool integrations linked to their AB Tasty experiments or campaigns. For example, a marketing analyst might use this node to fetch all third party analytics or tracking tools connected to a particular A/B test to audit or synchronize data across platforms.

Properties

Name Meaning
Account ID The numeric identifier of the AB Tasty account under which the test exists.
Test ID The numeric identifier of the specific test whose third party tool links are to be listed.
Filters Various optional filters to refine the listing (not specifically used in this operation).

Note: For the "List Third Party Tool Links" operation, only Account ID and Test ID are required inputs.

Output

The output is a JSON array where each item represents a third party tool link associated with the specified test. Each JSON object contains details about a single third party tool link as returned by the AB Tasty API. The exact structure depends on the API response but typically includes identifiers, URLs, names, and configuration details of the linked third party tools.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for AB Tasty with client ID and client secret.
  • The node performs OAuth2 client credentials flow to obtain an access token from AB Tasty.
  • Network access to https://api.abtasty.com is necessary.
  • No additional environment variables or n8n configurations beyond the AB Tasty API credentials are required.

Troubleshooting

  • Missing Account ID or Test ID: The node will throw an error if either the Account ID or Test ID is not provided. Ensure these are set correctly.
  • Authentication Errors: If the client ID or client secret is missing or invalid, the node will fail to retrieve an access token. Verify that valid credentials are configured.
  • API Request Failures: Network issues or incorrect permissions may cause API calls to fail. Check connectivity and API user permissions.
  • Unexpected Response Format: If the API returns an unexpected response, parsing errors may occur. Review the API documentation or contact AB Tasty support if needed.

Links and References

Discussion