Send Test Job to Emails.

Send a test job to the specified emails.


Function

  • sendTestJobToEmails()

Url

  • POST: /PuresendService/v1/sendTestJobToEmails

Parameters

  • jobId: int
    • The test Job ID.
  • emails: String[]
    • array of emails..

Return

  • statusCode: int
    • 1: success
    • 0: failed

Exception

  • Exception

Documentation

  • Send a test job to the specified emails.

Examples

{
    "jobId" : 45851,
    "emails" : ["test@email.com"]
}
{
    "statusCode" : 0
}