Evently API
Transactional email & event tracking infrastructure
API Version: v1
•
Status: Operational
Base Endpoint
https://api.evently.io/v1
Example Request
curl https://api.evently.io/v1/emails \
-H "Authorization: Bearer EVENTLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "user@email.com",
"subject": "Hello from Evently",
"template": "welcome"
}'