AvantGuard - EmailIt icon

AvantGuard - EmailIt

AvantGuard - EmailIt

Actions4

Overview

This node allows you to delete an audience from the AvantGuard EmailIt service. It is useful when you want to remove a specific audience list that is no longer needed or relevant, helping keep your contact management clean and up-to-date. For example, if you have an outdated marketing segment or a test audience, you can use this operation to permanently delete it.

Properties

Name Meaning
Id Unique identifier for the audience to be deleted. This is a required numeric value specifying which audience will be removed.

Output

The output of this node typically contains JSON data confirming the deletion of the specified audience. It may include status information or confirmation messages returned by the API indicating whether the deletion was successful. The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard EmailIt API.
  • The node communicates with the base URL https://api.emailit.com/v1.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Invalid or missing audience ID: Ensure the "Id" property is provided and corresponds to an existing audience.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network or API errors: Check network connectivity and confirm the API endpoint is reachable.
  • Audience not found: If the audience ID does not exist, the API may return an error; verify the ID before attempting deletion.

Links and References

Discussion