curl --request POST \ --url http://api.local.mailrado.com/api/webhook/transactional/ \ --header 'X-COCOONMAIL-API-KEY: <API Key>' \ --header 'Content-Type: application/json' \ -- data '{ "transactional_id": "<integer>", "email": "<string>", "email_properties": "{}", }
Transactional id for email
Email address of the user.
Email properties
User created successfully.