An inbox placement test
Unique identifier for the inbox placement test
Organization ID
Whether the inbox placement test is a one-time test or an automated test
Timestamp when the inbox placement test was created
Whether to send emails one by one or all together
Enum Value | Description |
---|---|
1 | One by one |
2 | All together |
Description of the inbox placement test
Specifies the date and time when the automated inbox placement tests will be sent.
Whether the inbox placement test will be sent from Instantly or from outside Instantly
Enum Value | Description |
---|---|
1 | From Instantly |
2 | From Outside Instantly |
Code for identifying the inbox placement tests in the email body from outside Instantly
A list of email providers and their corresponding types to which emails will be sent. To retrieve the available options, use the GET: /inbox-placement-tests/email-service-provider-options
endpoint
Timestamp when the inbox placement test will run next
Status of the inbox placement test
Enum Value | Description |
---|---|
1 | Active |
2 | Paused |
3 | Completed |
{ "id": "019769d6-c129-7796-9640-1aff84ca5b00", "organization_id": "019769d6-c129-7796-9640-1b0045d17645", "name": "My Inbox Placement Test", "delivery_mode": 1, "description": "This is a test description", "schedule": { "days": { … }, "timing": { … }, "timezone": "America/Chihuahua" }, "type": 1, "sending_method": 1, "campaign_id": "019769d6-c129-7796-9640-1b01a18395df", "email_subject": "My Email Subject", "email_body": "Hi, this is my email body", "emails": null, "test_code": "ptid_UQxUfnJKYAgfnS_Vq5F4l", "tags": null, "text_only": true, "recipients": [ "johndoe@instantly.ai" ], "recipients_labels": [ { … } ], "timestamp_created": "2025-06-13T15:09:31.306Z", "timestamp_next_run": "2025-06-13T15:09:31.306Z", "automations": null, "status": 1, "not_sending_status": "daily_limits_hit" }