Start TypeBot session
Manually starts a TypeBot session for a contact. Provide the TypeBot public_id configured in this instance, the contact phone number, an optional push_name, and the initial message.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identificador publico da instancia no formato gerado pela plataforma: prefixo VZ seguido de caracteres alfanumericos.
"VZ9K2M4N8P1Q3R5S7T0WABCD01EF"
Body
Public TypeBot ID configured in the instance.
"dev"
Contact phone number, with country code and digits only.
"5532999999999"
Initial message sent to TypeBot.
"Hello"
Optional contact name sent to TypeBot as pushName.
"Gustavo Almeida"
Response
OK
"ok"

