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 operation to Get Sender Account List. It allows users to retrieve a list of sender accounts used for email deliverability testing and placement analysis.

Typical use cases include:

  • Fetching all sender accounts configured in SmartLead to monitor or manage email sending identities.
  • Integrating sender account data into automated workflows for email marketing or deliverability monitoring.
  • Using the sender account list as part of broader email campaign optimization or troubleshooting processes.

Example scenario: A marketer wants to pull all sender accounts from SmartLead to verify which email addresses are currently active for sending test emails and analyze their performance.

Properties

Name Meaning
Additional Fields Collection of optional fields to customize requests (not applicable for this operation).

For this specific operation ("Get Sender Account List" under "Smart Delivery"), no additional input properties are required or supported beyond the default resource and operation selectors.

Output

The node outputs a JSON array under the json field containing the list of sender accounts retrieved from the SmartLead API endpoint:

  • Each item in the array represents a sender account object with details such as sender email, name, status, and other metadata provided by the SmartLead service.
  • The output is structured as an array of objects, each corresponding to one sender account.
  • 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 the SmartLead Smart Delivery API base URL: https://smartdelivery.smartlead.ai/api/v1.
  • Proper configuration of the API authentication 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 errors: Ensure that the API key credential is correctly set up and has permissions to access Smart Delivery endpoints.
  • Empty results: If the returned sender account list is empty, verify that sender accounts exist in the SmartLead platform and that the authenticated user has access rights.
  • Network or API errors: Check network connectivity and SmartLead API status if requests fail.

Links and References


This summary focuses on the Smart Delivery > Get Sender Account List operation extracted from the provided source code and property definitions.

Discussion