Nurama Developers

follow_task

Have the calling user follow a task — they will receive notifications about future activity on it.

Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.

Have the calling user follow a task — they will receive notifications about future activity on it. WRITE OPERATION but personal — only affects the calling user's notification subscriptions.

Input

PropertyTypeRequiredDescription
taskIdstringyesUUID of the task to follow.

JSON Schema

{
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string",
      "description": "UUID of the task to follow."
    }
  },
  "required": [
    "taskId"
  ],
  "additionalProperties": false
}

On this page