AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

Overview

This node interacts with the Acumbamail API to retrieve information about email campaigns. Specifically, the "Get Campaign Openers By Browser" operation fetches data on which browsers were used by recipients who opened a particular campaign. This is useful for marketing teams and analysts who want to understand the technology preferences of their audience, optimize email content rendering, or tailor future campaigns based on browser usage statistics.

Practical examples include:

  • Analyzing which browsers are most popular among campaign openers to ensure email compatibility.
  • Segmenting users by browser type for targeted follow-up campaigns.
  • Reporting on campaign engagement metrics broken down by browser.

Properties

Name Meaning
Campaign Id Identifier of the campaign to retrieve opener browser information for. Must be provided as a number.

Output

The node outputs JSON data containing details about the browsers used by recipients who opened the specified campaign. The structure typically includes browser names and associated metrics such as the number or percentage of opens per browser.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the Acumbamail service.
  • Connects to the Acumbamail API endpoint at https://acumbamail.com/api/1.
  • Uses HTTP headers specifying JSON content type and acceptance.

Troubleshooting

  • Missing or invalid Campaign Id: Ensure that the Campaign Id property is set and corresponds to an existing campaign in Acumbamail.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Confirm network connectivity to the Acumbamail API endpoint.
  • Unexpected API responses: Check if the campaign exists and has recorded openers; empty or malformed responses may indicate no data or API changes.

Links and References

Discussion