Skip to main content
This schema describes objects returned by the Inbox Placement Test endpoints.
An inbox placement test

Fields

FieldTypeRequiredDescription
idstring (uuid)YesUnique identifier for the inbox placement test (read-only)
organization_idstring (uuid)YesOrganization ID (read-only)
namestringYesName of the inbox placement test
delivery_modenumber, nullableNoWhether to send emails one by one or all together. Possible values: 1 (One by one), 2 (All together)
descriptionstring, nullableNoDescription of the inbox placement test
scheduleobjectNoSpecifies the date and time when the automated inbox placement tests will be sent.
schedule.daysobjectNoDays of the week when the test will run, where keys are integers (0-6, 0 = Sunday) and values are booleans indicating active days.
schedule.timingobjectNoTiming configuration for the scheduled test.
schedule.timing.fromstringNoThe time of day when the test will start (24-hour format).
schedule.timezonestringNoTimezone in which the schedule is set, in IANA timezone format.. Possible values: Etc/GMT+12, Etc/GMT+11, Etc/GMT+10, America/Anchorage, America/Dawson, America/Creston, America/Chihuahua, America/Boise, America/Belize, America/Chicago, America/Bahia_Banderas, America/Regina, America/Bogota, America/Detroit, America/Indiana/Marengo, America/Caracas, America/Asuncion, America/Glace_Bay, America/Campo_Grande, America/Anguilla, America/Santiago, America/St_Johns, America/Sao_Paulo, America/Argentina/La_Rioja, America/Araguaina, America/Godthab, America/Montevideo, America/Bahia, America/Noronha, America/Scoresbysund, Atlantic/Cape_Verde, Africa/Casablanca, America/Danmarkshavn, Europe/Isle_of_Man, Atlantic/Canary, Africa/Abidjan, Arctic/Longyearbyen, Europe/Belgrade, Africa/Ceuta, Europe/Sarajevo, Africa/Algiers, Africa/Windhoek, Asia/Nicosia, Asia/Beirut, Africa/Cairo, Asia/Damascus, Europe/Bucharest, Africa/Blantyre, Europe/Helsinki, Europe/Istanbul, Asia/Jerusalem, Africa/Tripoli, Asia/Amman, Asia/Baghdad, Europe/Kaliningrad, Asia/Aden, Africa/Addis_Ababa, Europe/Kirov, Europe/Astrakhan, Asia/Tehran, Asia/Dubai, Asia/Baku, Indian/Mahe, Asia/Tbilisi, Asia/Yerevan, Asia/Kabul, Antarctica/Mawson, Asia/Yekaterinburg, Asia/Karachi, Asia/Kolkata, Asia/Colombo, Asia/Kathmandu, Antarctica/Vostok, Asia/Dhaka, Asia/Rangoon, Antarctica/Davis, Asia/Novokuznetsk, Asia/Hong_Kong, Asia/Krasnoyarsk, Asia/Brunei, Australia/Perth, Asia/Taipei, Asia/Choibalsan, Asia/Irkutsk, Asia/Dili, Asia/Pyongyang, Australia/Adelaide, Australia/Darwin, Australia/Brisbane, Australia/Melbourne, Antarctica/DumontDUrville, Australia/Currie, Asia/Chita, Antarctica/Macquarie, Asia/Sakhalin, Pacific/Auckland, Etc/GMT-12, Pacific/Fiji, Asia/Anadyr, Asia/Kamchatka, Etc/GMT-13, Pacific/Apia
typenumberYesWhether the inbox placement test is a one-time test or an automated test. Possible values: 1, 2
sending_methodnumberYesWhether the inbox placement test will be sent from Instantly or from outside Instantly. Possible values: 1 (From Instantly), 2 (From Outside Instantly)
campaign_idstring (uuid), nullableNoCampaign ID
email_subjectstringYesEmail subject of the inbox placement test
email_bodystringYesEmail body of the inbox placement test
emailsarrayYesEmails to send the inbox placement test to
test_codestring, nullableNoCode for identifying the inbox placement tests in the email body from outside Instantly
tagsarray, nullableNoList of tag IDs to use for sending emails
text_onlyboolean, nullableNoDisables open tracking
recipientsarrayYesRead-only
recipients_labelsarrayNoA 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
recipients_labels[].regionstringNoThe region to send emails to
recipients_labels[].sub_regionstringNoThe sub-region to send emails to
recipients_labels[].typestringNoThe type of email to send
recipients_labels[].espstringNoThe Email Service Provider (ESP) to send emails to
timestamp_createdstringYesTimestamp when the inbox placement test was created (read-only)
timestamp_next_runstring, nullableNoTimestamp when the inbox placement test will run next
automationsarray, nullableNoOptional automations to trigger based on conditions
statusnumber, nullableNoStatus of the inbox placement test. Possible values: 1 (Active), 2 (Paused), 3 (Completed)
not_sending_statusstring, nullableNoWhy the inbox placement test is currently not sending. It will be an empty string if there are no issues.. Possible values: daily_limits_hit (Daily limits hit), other (Other reason)