Actions74
- šÆ Campaign Management Actions
- š„ Lead Management Actions
- š§ Email Accounts Actions
- š Analytics & Stats Actions
- š Smart Delivery Actions
- Get Region Provider IDs
- Create Manual Placement Test
- Create Automated Placement Test
- Get Spam Test Details
- Delete Tests in Bulk
- Stop Automated Test
- List All Tests
- Get Provider Report
- Get Geo Report
- Get Sender Account Report
- Get Spam Filter Report
- Get DKIM Details
- Get SPF Details
- Get rDNS Report
- Get Sender Account List
- Get Blacklists
- Get Domain Blacklist
- Get Spam Test Email Content
- Get Email Reply Headers
- Get Schedule History
- Get IP Details
- Get Mailbox Summary
- Get Mailbox Count
- Get All Folders
- Create Folder
- Get Folder by ID
- Delete Folder
- š Webhooks Actions
- šØ Smart Senders Actions
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/v1for 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
- SmartLead API Documentation (general reference for API endpoints and usage)
- SmartSenders Mailbox Management (specific documentation on mailbox generation and ordering)
This summary focuses exclusively on the "Place Order for Mailboxes" operation within the "Smart Senders" resource as requested.