Good evening community.
I am trying to pass the authorization token variable (of type API KEY) for the trigger in the header, I use Bearer {{bundle.authData.accessToken}} and it gives me error 401 but if I put the code in hard if it works, so which I deduce is the way I send the information. Someone can help me