I think I have setup everything right and I have my access token. But no matter what I try, I get a fatal error on "Could not resolve user's email". Any ideas?
SET WEBEX_ACCESS_TOKEN="actual value"
'try 1
SET WEBEX_PERSON_EMAIL="bob@bob.com"
webex-teams-cli room msg -t "This is a test message, let me know if you got it"
'try 2
webex-teams-cli room -toPersonEmail bob@bob.com msg -t "message text"
I think I have setup everything right and I have my access token. But no matter what I try, I get a fatal error on "Could not resolve user's email". Any ideas?
SET WEBEX_ACCESS_TOKEN="actual value"
'try 1
SET WEBEX_PERSON_EMAIL="bob@bob.com"
webex-teams-cli room msg -t "This is a test message, let me know if you got it"
'try 2
webex-teams-cli room -toPersonEmail bob@bob.com msg -t "message text"