kaiten_update_incoming_webhook
Update an existing incoming webhook in a Kaiten space to control how new cards are created. Change payload format, destination board, column, lane, card type, owner, and position.
Instructions
Update an incoming (card-creation) webhook in a Kaiten space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Payload format: 1=kaiten, 2=jira, 3=airbrake, 4=sentry, 5=crashlytics, 6=tilda, 7=google_forms | |
| lane_id | No | Lane ID for new cards | |
| type_id | No | Card type ID | |
| board_id | No | Board ID where cards will be created | |
| owner_id | No | User ID who will be the card owner | |
| position | No | Position of new cards in the column (0=first, 1=last) | |
| space_id | Yes | Space ID | |
| column_id | No | Column ID for new cards | |
| webhook_id | Yes | Webhook ID (128-char hash string) |