ā12-19-2024 06:01 AM
Is there any possibility that we can post the message from webex to ESP Incident comments without using bot name. Currently bot updates case notes only when we are using @<bot_name>
ā12-19-2024 06:11 AM
Only if you're in a 1:1 space with that bot.
Bots have only access to messages directed to them via @ or in such a space. That's also documented at https://developer.webex.com/docs/bots (differences between bots and people)
ā12-19-2024 06:26 AM
If not bot, is there any other solution to integrate with SNOW (ESP)
ā12-20-2024 12:17 AM
Hi @bkanbett,
I believe you're using the Bot just to make use of the Token right and using the token, you're making the API request.
To do the similar task, you can make use of Webex Integration or, Webex Service App as well.
Both are used for generating Access Token & Refresh Token pair.
You can read about it in more detail here -
Integration: https://developer.webex.com/docs/integrations
Service App: https://developer.webex.com/docs/service-apps
But keep in mind, this Access Token generated from Integration or, Service App, follows the OAuth 2.0 standards and following that, an Access Token will be expired after every 14 days.
And you can use the corresponding Refresh Token to generate a fresh Access Token again following the steps here - https://developer.webex.com/docs/integrations#using-the-refresh-token
This way, Bot token is very different though since it's active for ever.
Let us know for any further queries.
Regards!
Sandip
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide