I’m using a workflow where certification activation is my trigger. I will get all the certification id that got activated and i will use HTTP request to send search query with my “campaign ID AND operation: ACTIVATE” will return me the activation date.
I will add a variable and add 10 days to the activation date, and then will send http request to do patch on deadline.
can someone help me what would be my body in my post http request.
The purpose of your first HTTP Request action is not very clear, as Get Certification Campaign action’s JSON response will already have the details you need i believe.
In general, the Request body for HTTP Request will have same JSON as if you were to call that API from Postman.