| PARAMETRO | DESCRIÇÃO | TIPO |
|---|---|---|
| message | Mensagem a ser enviada | string |
| user_id | ID do Usuário no Telegram | string |
curl --location --request POST 'https://sys.lysi.cloud/marketing/telegram' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "0000000000",
"message": "Seja bem vindo a nossa plataforma. Seu código é: ABC123"
}'{
"date": "2025-12-27 21:13:42",
"success": true,
"error": false,
"api": {
"version": "1.0.0",
"updated": "2025-12-22"
},
"__seconds": null,
"billed": true,
"telegram": {
"id": "f07c9f15-b221-47bf-8630-15c22a52abbb",
"send_id": 66150,
"message": "Seja bem vindo a nossa plataforma. Seu código é: ABC123",
"user": {
"id": 0000000000,
"first_name": "Nome",
"username": "username",
"type": "private"
}
}
}