cURL
curl --request POST \ --url https://your-instance.example.com/api/webhook/email/gmail \ --header 'Content-Type: application/json' \ --data ' { "message": { "data": "<string>" } } '
{ "message": "<string>", "code": "<string>" }
Show child attributes
Webhook acknowledged