Posts (entity notes)
kanka_postsManage sub-notes attached to a campaign entity. Use actions like list, get, create, update, or delete posts by specifying the campaign, entity, and action.
Instructions
List, read, create, update, or delete the posts (sub-notes) attached to an entity. Posts hang off the GLOBAL entity_id, not the type-scoped id. Provide action plus the relevant fields: list (page), get (id), create (data), update (id, data), delete (id, confirm: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| entity_id | Yes | The GLOBAL entity_id (not the type-scoped id) | |
| action | Yes | ||
| id | No | ||
| data | No | ||
| confirm | No | ||
| page | No |