SmartLead icon

SmartLead

Comprehensive SmartLead API integration for email marketing automation

Overview

The "Place Order for Mailboxes" operation within the "Smart Senders" resource allows users to place an order for generating mailboxes on specified domains. This is useful in scenarios where automated mailbox creation is needed, such as setting up multiple email addresses for marketing campaigns, testing, or domain management purposes.

For example, a user might want to order 10 new mailboxes on the domain "example.com" to use them as sender addresses in an email campaign. This operation sends the mailbox generation configuration to the SmartLead API to create those mailboxes accordingly.

Properties

Name Meaning
Mailbox Generation Data JSON configuration specifying mailbox generation details. Typically includes:
- domain: The domain name on which mailboxes will be created (e.g., "example.com").
- count: Number of mailboxes to generate.

Example JSON value:

{
  "domain": "example.com",
  "count": 5
}

| Additional Fields | Not applicable for this operation (only shown for other operations/resources). |

Output

The node outputs the response from the SmartLead API under the json field. This typically contains data about the placed mailbox order, such as confirmation details, status, and any generated mailbox information returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the SmartLead API.
  • Requires an API authentication token configured in n8n credentials for the SmartLead service.
  • The node uses the base URL https://server.smartlead.ai/api/v1 for requests.
  • The request for placing mailbox orders is a POST request to the endpoint /smart-senders/place-order.

Troubleshooting

  • Invalid JSON in Mailbox Generation Data: If the JSON provided in the "Mailbox Generation Data" property is malformed, the node will throw an error indicating invalid JSON. Ensure the JSON syntax is correct before executing.
  • API Authentication Errors: If the API key or authentication token is missing or invalid, the request will fail. Verify that the SmartLead API credentials are correctly set up in n8n.
  • Network or API Endpoint Issues: Network connectivity problems or changes in the API endpoint may cause failures. Confirm network access and that the API endpoint is reachable.
  • Insufficient Permissions or Quotas: The API may reject mailbox orders if the account lacks permissions or exceeds limits. Check your SmartLead account status and quotas.

Links and References


This summary focuses exclusively on the "Place Order for Mailboxes" operation within the "Smart Senders" resource as requested.

Discussion