---
title: "POST /webhooks/{webhookID}"
method: POST
path: "/webhooks/{webhookID}"
tags: ["webhook"]
---

# POST /webhooks/{webhookID}

`POST /webhooks/{webhookID}`

webhookを送信します。

## Headers

- `X-TRAQ-Channel-Id` string, uuid
- `X-TRAQ-Signature` string

## Response `204`

正常に送信できました。

## Other responses

- `400` — 正常に送信できませんでした。リクエスト内容が不正です。
- `404` — 正常に送信できませんでした。指定されたwebhookは存在しません。

## Changes

- **2019-07-05** `6956f2622a20` — 9 info
  - api operation id `postWebhook` removed and replaced with ``
  - endpoint reactivated
  - added the new optional `header` request parameter `X-TRAQ-Channel-Id`
  - added the new optional `header` request parameter `X-TRAQ-Signature`
  - …5 more

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/webhooks/:webhookID/post.md)

---

[API](https://skmtc.dev/traptitech/apis/traq-api.md) · [All operations](https://skmtc.dev/traptitech/apis/traq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traptitech/traq-api/revisions/6956f2622a20/schema)
