Enviar Proposta pelo WhatsApp

Envio de Propostas para os clientes Santri.

Enviar Proposta pelo WhatsApp

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

Este endpoint permite o envio da proposta pelo WhatsApp por meio de integração das ferramentas Trendbuild e Santri.

Headers

Name
Type
Description

Content-Type

string

application/x-www-form-urlencoded

Request Body

Name
Type
Description

event

string

proposta

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

file

object

Arquivo PDF da proposta

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

Exemplo de envio usando um FORM simples.

884B
Open
Exemplo HTML de envio de proposta

Last updated

Was this helpful?