How to set content in HTPS request activites

Content : Set this to the JSON payload for creating the meeting, such as {"title":"My Webex Meeting","agenda":"Discussing project updates"} .

Please help explain above point how to set in http request

Hi @Ankit_shukla ,

Kindly refer below post

and use it in Body Paramter

Hope it helps you out!

Set Body Format as application/json

If you are using VB project try with:

"{""title"":""My Webex Meeting"",""agenda"":""Discussing project updates""}"

For C# project try with:

@"{""title"":""My Webex Meeting"",""agenda"":""Discussing project updates""}"

Reference: HTTP Request to authenticate to Orchestrator - loginModel must not be null - #6 by marian.platonov