kaiten_create_incoming_webhook
Create an incoming webhook to automate card creation in Kaiten. Specify space, board, column, lane, and owner to place new cards at the target location.
Instructions
Create an incoming (card-creation) webhook for a Kaiten space. Requires webhooks paid feature. Cards created via this webhook will be placed at the specified board/column/lane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Payload format: 1=kaiten (default), 2=jira, 3=airbrake, 4=sentry, 5=crashlytics, 6=tilda, 7=google_forms | |
| lane_id | Yes | Lane ID for new cards | |
| type_id | No | Card type ID. Default: 1 | |
| board_id | Yes | Board ID where cards will be created | |
| owner_id | Yes | User ID who will be the card owner | |
| position | No | Position of new cards in the column (0=first, 1=last). Default: last | |
| space_id | Yes | Space ID | |
| column_id | Yes | Column ID for new cards |