Skip to main content
Skip table of contents

Synchronous responses on JobRequest

Fully accepted

JSON
{
   "meta":{
      "jobId":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
      "receivedTs":"2020-10-20T05:13:50.404Z",
      "state":{
         "type":"ACCEPTED",
         "subType":"FULL",
         "phase":"PRE_PROCESS"
      }
   },
   "content":{
      "recipients":[
         {
            "mail":{
               "to":[
                  {
                     "id":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
                     "email":"john.doe@example.com"
                  }
               ]
            }
         }
      ]
   }
}

Partially accepted

JSON
{
   "meta":{
      "jobId":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
      "receivedTs":"2020-10-20T05:15:36.634Z",
      "state":{
         "type":"ACCEPTED",
         "subType":"PART",
         "phase":"PRE_PROCESS"
      }
   },
   "content":{
      "recipients":[
         {
            "mail":{
               "to":[
                  {
                     "id":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
                     "email":"john.doe@example.com",
                     "validationResult":{
                        "classifier":"PREVIOUSLY_BOUNCED"
                     }
                  }
               ]
            }
         }
      ]
   }
}

Rejected

JSON
{
   "meta":{
      "jobId":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
      "state":{
         "type":"REJECTED",
         "subType":"INVALID_JSON_SYNTAX",
         "phase":"PRE_PROCESS",
         "description":"Unterminated array at line 9 column 54 path $.recipients[0].mail.to[1]"
      }
   }
}
JSON
{
   "meta":{
      "jobId":"rcpt-632cdc56-6480-406b-8faf-5a7e70876d0c",
      "state":{
         "type":"REJECTED",
         "subType":"FORBIDDEN_BY_CONFIG",
         "phase":"PRE_PROCESS",
         "description":"Unsupported value for dkim.lastCheck"
      }
   }
}
JSON
{
  "meta": {
    "jobId": "308a020f-4f71-4f4d-853d-9ccfca0b2645",
    "state": {
      "type": "REJECTED",
      "subType": "DISABLED_IN_ACCOUNT_CONFIG",
      "phase": "PRE_PROCESS",
      "description": "Feature antivirus is disabled in AccountConfig for this account/domain"
    }
  }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.