How to create an Action to have custom logic in addition to using the HTTP-Processor class ? #547
Unanswered
marifrahman
asked this question in
Q&A
Replies: 1 comment
-
Hi @marifrahman you could try to to use the Util-Json-Patch action which then invokes your HTTP processor action, through this action you can modify the JSON payload using JSON Patch. As alternative you can of course always create a custom action where you can modify the complete payload. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @chriskapp,
I want to create an Action having the HTTP-Processor class.
I have a POST operation that passThrough the request body to api via my Action.
I want to manipulate this request body - what user passes to operation before passing this to Action - before calling the external api.
What's the best way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions