Hi All,
How to place the json body in invoke activity.i am trying to use API Post method
{
“attendeeEmailIds”: [
{
“emailId”: “aab@gmail.com”,
“type”: “required”
}
],
“body”: “test”,
“durationInMin”: 10,
“location”: “string”,
“meetingDateAndTimeInUTC”: “2022-02-27T07:11:28.810Z”,
“platformId”: “teams”,
“subject”: “test”
}