Forum Discussion
aleung
8 years agoContributor III
Here is the syntax:
[Trigger URL]?bearer_token=&[Authorization Bearer token][param1=abc]&[param2=123]
- yashsri8 years agoNew Contributor II
Thanks aleung. It does run the job but not able to get the parameter replace in the pipeline.
Once I run this only 1 file is getting generated instead of 2 files. (I am only passing yashtest as a one of the output file name another one is hardcoded.)
Attaching the response I am getting once I run the above given link
response.txt (33.8 KB)- aleung8 years agoContributor III
Those square bracket is for visually stating you need to replace those with actual value without the bracket itself and you are missing the ampersand character between any variable you are passing.
- yashsri8 years agoNew Contributor II
Thanks for the clarification. it is working now.