Hi,
I’m currently integrating my app on Zapier and I wanted to know if there is any way to have access to the authentication test output data into a trigger ?
Concretely, my authentication test reques returns the current user ID like so :
{
"userId": "Q00ZZXuJmQakonYggNMkLGDs0y93"
}
I need to have access to this value in my triggers. I tried calling `bundle.authData.userId` but it’s incorrect.