tag (optional)"dnsimple_test"domains (required)id (required)"id": "recscFIvHSqKwxfyp"domain (required)"domain": "example.com"redirect (optional)"redirect": "https://example.com"sequencer (optional)"sequencer": {
"provider": "Instantly",
"username": "ross@instantly.ai",
"password": "InstantlyRoss456!",
"link": "https://app.instantly.ai",
"workspace": "paleontology-outreach",
"tag": "{{ID}}"
}| Field | Required | Description |
|---|---|---|
provider | ✅ | Sequencer provider (e.g. Instantly) |
username | ✅ | Sequencer account username |
password | ✅ | Sequencer account password |
link | ✅ | Sequencer dashboard URL |
workspace | ❌ | Workspace or account name |
tag | ❌ | Tag to apply inside the sequencer |
tag is set to:"tag": "{{ID}}"{{ID}} with the payment ID generated during checkout.tag → optional, used for trackingdomains → requiredredirect → optional per domainsequencer → optionalsequencer.tag = "{{ID}}" → payment ID will be injected automaticallycurl --location --request POST 'https://server.scaledmail.com/api/v1/buy-pre-warm-inboxes?organization_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"tag": "client1",
"domains": [
{
"id": "recscFIvHSqKwxfyp",
"domain": "1apitestoutlook.com",
"redirect": "bello.com"
},
{
"id": "recLuIthqG59R4nmZ",
"domain": "1apitestgoogle.com"
}
]
"sequencer": {
"provider": "Instantly",
"username": "ross@instantly.ai",
"password": "InstantlyRoss456!",
"link": "https://app.instantly.ai",
"workspace": "paleontology-outreach",
"tag": "{{ID}}"
}
}'{}