Hi! I was wondering if there was a way to run/trigger an existing Parabola flow externally? Also, is there a way to programmatically inject (via an API perhaps) an authentication token into a flow so the flow does not have to hardcode the token? In other words, a way to dynamically set up a source/target that has a 3rd-party integration?
Parabola has a Webhook beta feature that you can use to send data into a flow programmatically while kicking it off to run.
However, you most likely will not be able to merge in something like an auth token. The only way you could do that right now would be if the auth is sent via the URL.