Skip to main content
POST
/
api
/
webhook
/
email
/
gmail
Gmail Pub/Sub push webhook
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>"
}

Body

application/json
message
object

Response

Webhook acknowledged