Webchat custom logic -> send message as bot

solved:
chat1.sendMessage({
message: antrophic.data.content[0].text,
username: "__retoolAI"
})

1 Like