Run an automated test now

Triggers an immediate run of the automated test, independently of its schedule. Requires at least one spamcheck credit and at least one live account linked to the test.

Path Parameters
  • id
    Type: integerFormat: int32
    required

    ID of the automated test to run.

Responses
  • 200

    The run has been queued

  • application/json
Request Example for post/v1/automated_tests/{id}/run_now
curl http://api.mailreach.co/api/v1/automated_tests/42/run_now \
  --request POST \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN'
No Body