Wasapi icon

Wasapi

Integration oficial of Wasapi API for n8n

Overview

The node integrates with the Wasapi API to retrieve detailed information about a specific campaign using its UUID. This operation is useful when you need to fetch the full details of a campaign for reporting, auditing, or further processing within an automation workflow.

For example, you might use this node to:

  • Retrieve campaign metadata before updating or analyzing it.
  • Fetch campaign details to display in a dashboard.
  • Use campaign data as input for conditional logic or notifications.

Properties

Name Meaning
Campaign UUID The UUID of the campaign to retrieve.

Output

The node outputs JSON data representing the campaign details retrieved from the Wasapi API. This typically includes all relevant fields associated with the campaign such as its name, status, creation date, and other metadata defined by the API.

No binary data output is expected from this operation.

Dependencies

  • Requires an active connection to the Wasapi API.
  • Needs an API authentication token configured in n8n credentials to authorize requests.
  • The base URL for API requests is https://api-ws.wasapi.io/api/v1.

Troubleshooting

  • Invalid UUID error: Ensure the provided Campaign UUID is correct and exists in the Wasapi system.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Check connectivity to the Wasapi API endpoint.
  • Unsupported resource or operation: If the node throws an error about unsupported resource or operation, confirm that "Campaign" and "Get By UUID" are selected properly.

Links and References

Discussion