Skip to content

Send a test reply to yourself

POST
/v1/reply-templates/{outcome}/test
curl --request POST \
--url https://api.fromenance.com/v1/reply-templates/verified/test \
--header 'Content-Type: application/json' \
--cookie fromenance.session_token=<fromenance.session_token> \
--data '{ "to": "hello@example.com" }'
outcome
required
string
Allowed values: verified not_verified not_verified_authoritative known_fraud
Media typeapplication/json
object
to
string format: email
Examplegenerated
{
"to": "hello@example.com"
}

Sent

Media typeapplication/json
object
ok
required
boolean
to
required
string
from
required
string
id
required
string
Example
{
"ok": true
}