Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!

How to create task "update" by using Custom API module?

Avatar

Level 3

How to create task "update" by using Custom API module?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

use NOTE endpoint

use POST method

use this or similar body for the call:

{"auditType":"NO","noteObjCode":"[objCode where you are posting note]","objID":"[objID where you post note]","taskID":"[provide taskID when posting note on a task]","opTaskID":"[provide issueID when posting note on a issue]","parentNoteID":"[add when continue a conversation Thread]","noteText":"[input note text here]","tags":"[add tags if you want to notify someone about the update]"}