SmartLead icon

SmartLead

Comprehensive SmartLead API integration for email marketing automation

Overview

This node integrates with the SmartLead platform's Smart Delivery resource, specifically supporting the Get Domain Blacklist operation. It retrieves information about domain blacklists related to email deliverability testing and placement analysis.

The node is useful for email marketers, deliverability specialists, or automation workflows that need to check if certain domains are blacklisted, which can impact email campaign success. For example, before sending a campaign, you might want to verify if your sending domain or recipient domains appear on any blacklists to avoid spam filtering issues.

Properties

Name Meaning
Additional Fields Collection of optional fields:
- Limit: Number of results to return
- Offset: Number of results to skip
- Status: Campaign status (Active, Paused, Stopped)

Note: The provided properties JSON corresponds to general additional fields but for the Get Domain Blacklist operation under Smart Delivery, no specific input parameters are required beyond selecting the operation.

Output

  • The output json field contains the domain blacklist information returned by the SmartLead API.
  • This typically includes details about blacklisted domains relevant to email deliverability.
  • The exact structure depends on the API response but generally will be an array of blacklist entries with domain names and associated metadata.
  • No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the SmartLead API.
  • The base URL for Smart Delivery endpoints is https://smartdelivery.smartlead.ai/api/v1.
  • The node uses HTTP requests with JSON payloads/responses.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Invalid JSON Errors: Some operations require JSON input parameters. If invalid JSON is provided, the node throws errors indicating the issue. Ensure all JSON inputs are correctly formatted.
  • Authentication Failures: If the API key or credentials are missing or incorrect, requests will fail. Verify the API key credential setup.
  • API Endpoint Errors: If the selected operation or resource is incorrect or unsupported, the node may throw errors. Confirm the correct Resource (smartDelivery) and Operation (getDomainBlacklist) are selected.
  • Empty or Unexpected Responses: If the domain blacklist is empty or the API returns unexpected data, check the API service status or query parameters.

Links and References


This summary is based solely on static analysis of the provided source code and property definitions.

Discussion