내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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

Avatar

Level 3

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 답변 개

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]"}