株式会社オブライト
Infrastructure2026-05-17

Webhook

Also known as: Webhook / ウェブフック

A mechanism for sending HTTP POST notifications to an external URL when a specific event occurs. Used for Slack notifications, payment completion alerts, GitHub integrations, and CI/CD triggers. The receiver only needs to expose an HTTPS endpoint.


Overview

Webhooks offer lower server load and higher real-time performance compared to polling. GitHub Actions pipelines are triggered by webhooks, starting automatically on PR and push events.

Security Considerations

Because anyone can send webhook payloads, HMAC signature verification with a secret key is essential. For a Slack notification webhook implementation example, see form notification Slack/LINE/Chatwork guide.

Related Columns

Related Terms

Feel free to contact us

Contact Us