Skip to content

how to pass Content Item Id to workflow through http post #16204

Answered by douwinga
13Groszy asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to POST to the workflow endpoint with data in the body and then parse the body via deserializeRequestData(). What I typically do is use a "Set Property Task" to deserialize the request data by setting the Value to deserializeRequestData(); . Then you have access to what was in the request body using something like property('YourPropertyName').ContentItemId in that "Content Item ID" field you show in your screenshot.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 13Groszy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants