Mailrelay API Reference

Add a new event subscription

POST /event_subscriptions

Add a new event subscription to receive notifications about events via webhook or email

Parameters

NameTypeDescription
name string Name
delivery_method string Delivery method
url string URL
email string Email
enabled boolean Enabled
event_types array Event types
http_headers object Http headers

Responses

StatusDescription
201 Success
400 The request is invalid. Check if the field names in the request and the request data is valid.
422 A validation error occurred. Check the response body for more information.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.