Webhook sent when a notification email is sent to a user or to an agent.
Response
{
"function": "email-sent",
"key": "xxxxxxxx",
"sender-url": "https://example.com"
"data": {
"recipient_id": "987",
"message": "Hello! How can I help you?"
}
}