curl -X POST "https://webhook.botpress.
# 💻developers
g
curl -X POST "https://webhook.botpress.cloud/INT_ID" \ -H "Content-Type: application/json" \ -d '{ "message": { "chat": { "id": "MY_CHAT_ID" }, "from": { "id": "rc" }, "message_id": "msg1", "text": "hello world" } }' Error while handling request { error:
Tag "testIntegration:telegram:id" in payload is invalid as it's not defined in the available conversation tags
}
23 Views