Forum Discussion

acesario's avatar
acesario
Contributor II
5 years ago
Solved

Is it possible to pass a document when calling a pipeline from a URL?

I’m able to call a pipeline successfull from a url thanks to all the good information here on community. Posts like Providing Authentication for Triggered Tasks by passing credentials via https request - #4 by ssanikop where very helpful.

What i’m wondering now is if (and how) I can pass a json document output from another system, directly to the pipeline as part of the execution?

If not, what design patterns have you used when trying to pass data, and execute a pipeline externally?

  • Hi. Have you tried this?

    1. Exactly ONE open input view on the pipeline - this is where the passed data will land
    2. Pass the json doc in the body of the call to the URL
    3. Use REST POST, not GET