Workflow in IdentityNow

Hi,

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.

1 Like

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.

2 Likes

“Get Certification Campaign” gives me the created date, modified date and deadline.

I will take modified date (considering that is going to be same as my campaign activated date).

using the define operator, i’m trying to add 10 days to the modified date and trying to set that value as my deadline

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.