Live Event Feed (0)

  • Listening for Webhook Events

    This page will automatically update when webhook events arrive.

1

Install Gosmee Client

If you haven't already, install the client:

brew tap chmouel/gosmee https://github.com/chmouel/gosmee
brew install gosmee

Or see the detailed installation guide .

2

Use this Webhook URL

Configure your service (GitHub, GitLab, etc.) to send webhooks to:

https://hook.pipelinesascode.com/zSDDZoIVtRzS
3

Start Forwarding Locally

Run this command on your machine:

gosmee client https://hook.pipelinesascode.com/zSDDZoIVtRzS http://localhost:8080
Replace http://localhost:8080 with your actual local service URL.
4

Or: Watch Live Instead

Alternative to Step 3: Instead of running the client, you can simply watch webhook payloads arrive on this page.

No need to refresh the page — webhook payloads will be shown in real-time as they arrive.

Note: When only watching events here, you cannot forward them to your local service. Use the client in Step 3 if you need to process webhooks locally.