Voltar ao chat

Posts (0)

Logs do webhook (0)

HoraStatusMensagem

Como usar o webhook

POST /api/public/webhook/zoho
Headers:
  Content-Type: application/json
  x-webhook-token: <seu token>

Body:
{
  "id": "post-123",
  "conteudo": "Texto do post",
  "autor": "Nome do autor",
  "data": "2025-05-06"
}