what is the purpose of this api and also where do i use this to create a foundation for my assignment.
- how can i get my bearer token ?
Could someone please help ?
what is the purpose of this api and also where do i use this to create a foundation for my assignment.
Could someone please help ?
Hello @Aswin ,
it seems to be an issue with the request body, specifically the input object. You can replace the input object with:
"inputObj": {
"payload": "YOUR_REELS_WORKFLOW_PAYLOAD"
}
I believe this should work.
Hi Aswin/Sam,
For the Case Create API, use the following payload:
{
"caseType": "string",
"caseData": {},
"wfData": {}
}
This should work correctly with the API.