Envio de Mensagem pelo WhatsApp

Envio de Mensagem pelo WhatsApp

POST https://trends-api-trendbuildc.b9ad.pro-us-east-1.openshiftapps.com/api/integrations/konsist/webhook/event

Este endpoint permite o envio de mensagem pelo WhatsApp por meio de integração das ferramentas Trendbuild e Konsist.

Headers

Name
Type
Description

Content-Type

string

application/x-www-form-urlencoded

Request Body

Name
Type
Description

event

string

mensagem

client_url

string

URL do Canal

client_id

string

JWT Auth2 - Client ID (email)

client_secret

string

JWT Auth2 - Client Secret (senha)

nome

string

Nome do Cliente

telefone

string

Telefone WhatsApp do Cliente

mensagem

string

Mensagem a ser encaminhado ao Cliente

{ 
  status: true,
  notification_id: 'zaJg4',
  message: 'Mensagem encaminhada com sucesso' 
}

Exemplo de envio usando um FORM simples.

921B
Open

Last updated

Was this helpful?