Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL: https://customerservice.cloud.chat-tonic.com/manager/start

Parametros

DescripciĆ³n

name

Nombre del usuario (Opcional)

userId

ID del usuario (Obligatorio)

en telegram sera el chat_id
en whatsapp sera el numero de telefono.
Ej: (Arg-BA) 54911XXXXXXXX

accountId

Solicitar a Chat-Tonic (Obligatorio)

appCodename

Solicitar a Chat-Tonic (Obligatorio)

platform

(Obligatorio)

whatsapp-chatapi-instance
telegram

text

Mensaje a enviar (Obligatorio)

profile.id (Identificador)

profile.email (Mail)

profile.name (Nombre)

profile.custom.[variable] (Cualquier otro dato)

Datos del usuario (Opcional)
(solo permite tipos INT, STRING, BOOL)

profile.id=AB123
profile.email=test@mobile-tonic.com
profile.custom.saldo=12

Ejemplo:

Code Block
https://customerservice.cloud.chat-tonic.com/manager/start?name={name}&userId={userId}&platform={platform}&appCodename={appCodename}&accountId={accountId}

...

&text=Hola%20que%20tal&profile.id=AB123&profile.custom.saldo=12

...