curl --request POST \ --url http://api.local.mailrado.com/api/webhook/send_event/ \ --header 'X-COCOONMAIL-API-KEY: <API Key>' \ --header 'Content-Type: application/json' \ -- data '{ "email": "<string>", "event_name": "<string>", "event_attribute": "<string>", }'
Event name.
Email address of the user.
Event attribute.
User created successfully.