Hi all,
I’m currently working on integrating Microsoft Teams messaging within Alteryx. Here’s what I’m doing manually right now:
I use browser to log in with my credentials.
After login, I copy the access token from the browser.
I use that access token to post messages in a Teams channel using @mentions (tags).
I also have access to an Azure App and its token, but that token doesn’t allow me to post messages using tags—user authentication is required for that.
My questions:
How can I replicate the browser-based user authentication flow within Alteryx, so the user can log in and we can retrieve the proper access token?
Is there a way to handle browser redirection and token extraction in Alteryx, or through an API-based approach integrated with Alteryx workflows?
Has anyone successfully posted Teams messages with tags using authenticated user tokens within Alteryx?
Any guidance or examples would be greatly appreciated!
Thanks in advance.