Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This is the first bot I'm working on. I got my bot ID and bearer. I'm using them as follows:
BOTB=thelongbearerstring
BOTID=thelongidstring
MESSAGE="hello world"
curl --silent \
--show-error \
-X POST https://webexapis.com/v1/messages \
--header "Aut...