Could someone help me with this newbie question?
I'm trying to set the Bot presence using setPresence node, but without success until now. I tried a lot of ways to pass the presence state, but didn't work.
Do you know what I'm doing wrong?
tks
msg.payload = { presence: { presenceState: { state: "AVAILABLE" } } }
msg.payload = { presence: { state: "AVAILABLE" } }
msg.payload = { presence: { presence: { state: "AVAILABLE" } } }