Skip to main content
POST
/
v1
/
automations
/
:id
/
test
Test Automation
curl --request POST \
  --url https://api.oviond.com/v1/automations/:id/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "recipients": [
    "[email protected]"
  ]
}
'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
recipients
string<email>[]
Example:

Response

200 - application/json

Test triggered

success
enum<boolean>
required
Available options:
true
data
object
required