Events

Project Created

A PROJECT_CREATED event will be sent when a new project is created.

Example

Request Body

All json examples have been prettified for documentation purposes.

{
  "eventType": "PROJECT_CREATED",
  "data": {
    "timestamp": "2023-11-17T09:02:45.258Z",
    "project": {
      "id": "N2E4MjNlYTc",
      "name": "hamlet.TXT",
      "tags": [
        "CUSTOM"
      ]
    },
    "team": {
      "id": "1",
      "name": "User's Team Workspace"
    }
  }
}

Request Header

Before Update Labels

A BEFORE_UPDATE_LABELS event will be sent just before the labeler put a new label or update an existing label.

Example

Request Body

Request Header

Project Completed

A PROJECT_COMPLETED event will be sent after the labeler marks the project as completed.

Example

Request Body

Request Header

Project Reviewed

A PROJECT_REVIEWED event will be sent after the reviewer marks the project as completed in Reviewer Mode.

Example

Request Body

Request Header

Last updated