Smart Senders
Place Order
Place an order to purchase domains and provision mailboxes through a Smart Senders vendor
POST
Smart Senders API: Mailbox marketplace feature. Contact support@smartlead.ai for access.
Query Parameters
API key used to authenticate and authorise the request.
Body Parameters
Unique identifier of the vendor with whom the order will be placed.
Domain to which purchased domains will be configured to forward (e.g.,
example.com or customer’s tracking domain).Customer billing/contact details required by the vendor for domain purchase and provisioning. Fields include:
email(string) — Contact emailfirstName(string) — First namelastName(string) — Last namecompany(string) — Company namecountry(string) — Countrycity(string) — CityaddressLineOne(string) — Primary addressaddressLineTwo(string) — Secondary address (optional)postalCode(string) — Postal/ZIP codestate(string) — State/provincephoneCc(string) — Phone country code (e.g.,+91)phone(string) — Phone numberlanguagePreference(string) — Language preference (e.g.,en)
Array of domain objects. Each object contains:
domain_name(string) — The domain to purchasemailbox_details(array) — Array of mailbox objects, each containing:mailbox(string, required) — Full email address for the mailboxfirst_name(string, required) — First name for the mailboxlast_name(string, required) — Last name for the mailboxprofile_pic(string) — Profile picture filenameparent_account_id(number) — ID of the parent email account to link to (optional)
Headers
Must be
application/jsonResponse Codes
Order placed successfully. Returns order confirmation details.
Invalid request parameters or malformed request body
Invalid or missing API key. Check your authentication.
Server error occurred. Please try again or contact support if the issue persists.
