Solved
Forum Discussion
Thanks for the reply and your suggestions . Could you please tell me what will be expression to access the header for ex. CONTENT_TYPE.
The HTTP request headers are passed as parameters to the pipeline and can be accessed like other pipe parameters. Here’s an expression that would allow you to access the content_type, note it’s just the name of the header in all caps with an underscore prepended to it.
_CONTENT_TYPE
For more information on how to use the triggered tasks, this documentation is useful.