I’m working on building some “repeatable” steps in workflows that will ultimately rely on different sources/triggers. The problem is all of the final steps require me to fire off a http: post to get a bearer token. Since setting that bearer token is a little cumbersome - I was wondering if there’s a way to save a “step” so that I can call that in another workflow and don’t have to set this up a bunch of times. Otherwise I’m trying to think of other ways to potentially fire another process that would GET my token for me. Any thoughts recommendations for others doing something similar?
Mike -
Junglescout