SmartLead icon

SmartLead

Comprehensive SmartLead API integration for email marketing automation

Overview

The "Get Blacklists" operation under the "Smart Delivery" resource in this node allows users to retrieve blacklist information related to email deliverability testing and placement analysis. This is useful for email marketers and deliverability specialists who want to monitor if their sending domains or IPs are listed on any blacklists, which can affect email delivery rates.

Typical scenarios include:

  • Checking if an email campaign's sending infrastructure is blacklisted.
  • Monitoring blacklist status as part of ongoing deliverability health checks.
  • Integrating blacklist data into automated workflows to trigger alerts or remediation steps.

For example, a user might run this operation regularly to fetch current blacklist statuses and then use that data to pause campaigns or notify IT teams if blacklisting is detected.

Properties

Name Meaning
Additional Fields Collection of optional parameters to refine the request:
- Limit Number of blacklist results to return (default 100)
- Offset Number of blacklist results to skip (default 0)
- Status Filter blacklists by campaign status; options are: Active, Paused, Stopped (default Active)

Output

The output JSON contains the blacklist information retrieved from the Smart Delivery API. The structure typically includes an array of blacklist entries with details such as blacklist name, status, and possibly timestamps or other metadata.

Since this node interacts with an external API, the exact fields depend on the API response but generally provide comprehensive blacklist data relevant to email deliverability.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the SmartLead API.
  • The node makes HTTP requests to https://smartdelivery.smartlead.ai/api/v1/blacklists.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Invalid JSON Errors: If you provide JSON input in other operations (not applicable here), ensure it is correctly formatted to avoid parsing errors.
  • API Authentication Failures: Verify that the API key credential is valid and has appropriate permissions.
  • Empty or Unexpected Results: Check the limit, offset, and status parameters to ensure they are set correctly. Also, confirm that there is blacklist data available for your account.
  • Network Issues: Ensure that your n8n instance can reach the SmartLead API endpoints without firewall or proxy blocking.

Links and References

Discussion