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 DKIM Details operation. It retrieves DomainKeys Identified Mail (DKIM) authentication details related to email deliverability testing and placement analysis.

The node is useful for email marketers, deliverability specialists, and IT teams who want to verify and analyze DKIM settings to ensure their emails are properly authenticated and less likely to be marked as spam. For example, before launching a large email campaign, users can fetch DKIM details to confirm that domain signatures are correctly configured.

Properties

Name Meaning
Additional Fields Collection of optional fields such as Limit (number of results), Offset (skip count), and Status (Active, Paused, Stopped). Note: This property is defined but not used in the Get DKIM Details operation.

For this specific operation ("Get DKIM Details" under "Smart Delivery"), no additional input properties are required beyond selecting the resource and operation.

Output

  • The output JSON contains the DKIM authentication details returned by the SmartLead API endpoint /dkim-details.
  • The structure typically includes information about DKIM records, their status, and any issues detected.
  • The node returns an array of JSON objects representing these details.
  • No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the SmartLead API.
  • The base URL for Smart Delivery operations is https://smartdelivery.smartlead.ai/api/v1.
  • Proper configuration of the API key credential in n8n is necessary for successful requests.

Troubleshooting

  • Invalid JSON Errors: Not applicable for this operation since it does not require JSON input.
  • Authentication Failures: Ensure the API key credential is valid and has permissions to access Smart Delivery endpoints.
  • Empty or Unexpected Response: Verify that DKIM records exist and are properly set up in your domain DNS settings.
  • Network Issues: Confirm network connectivity to smartdelivery.smartlead.ai.

If errors occur, check the error message returned by the node; common messages relate to authentication or invalid endpoint access.

Links and References


Note: This summary focuses exclusively on the Smart Delivery > Get DKIM Details operation extracted from the provided source code and property definitions.

Discussion