How to send this body from an integration to an externalsystem

From appian i Need to send the below data using integration

{
 
"Guid": "String",

"TypeId":  1

"Comment": "string",

"addColleague": {

"email": "string",  "Name": "string", "Flag": true, "deletedFlag": true, "ID": 2, "idFromsender": "string", "addDeleteUpdate": 1 }

}

How to send the data in the above format from integration .Can I use CDT's 

I have one CDT  were GUid,comment, email,name and idfromsender are present



Can someone please guide

  Discussion posts and replies are publicly visible

Parents Reply
  • I need to send some data from appian to externalsystem . Currently I have  guid,comments,email in one CDT for one integration. Along with this existing data i need to pass few more additional fields like above 


    From an external system ,will get an request to Appian ,In appian I need to approve that request . After approving it should sendout some data via integration

Children