Hi Im trying to setup the email tool, and im not quite sure what rights I need to give the application is azure.have anyone succesfully added a shared mailbox as sender with this auth type?
Hello, I spent a good amount of time trying to understand why we couldn't you the Azure tokens linked to an app.
This is the response I had from Alteryx tech support.
'The Email Tool in Alteryx Designer is an SMTP-based sender only. Even in the latest Designer 2025.x releases, it supports:
However, it does not currently support:
Essentially, the email tool is now quite limited use scope since Microsoft are adding more restrictions to using SMTP workflows.
I am now looking at using Python Script to call the credentials and token, and pass the rendered HTML email into the emails, but isn't ideal, as it doesn't use Alteryx's DCM for secure secret, key and token storage.😕