I’m trying to create a API connection in MS flow with the HTTP connector, this connector will call an API in Notify gov.uk that will allow me to send a SMS.
The problem I’m facing is that Notify requires a fresh jwt token every time a call is made, hence I need a way to create a new jwt token every time the flow is trigger.
Client is Power Automate and the server is UK Gov Notify Service, but I need to encode the JWT (not decode). I can get it to work if I use the JWT.io interface but only by then copying the output into Power Automate. I need to find a way to create a fresh token every time the form is submitted.