Welcome to the custom integrations tutorial. Here you will learn how to integrate Clumey tracking events with webhook targets.
## Step 1: Create a webhook target
Navigate to settings, click Integrations, and add your API URL.
## Step 2: Trigger events
Send event payloads programmatically:
```javascript
clumey.track("demo_viewed", {
demoId: "12345"
});
```
That's it! Your webhooks will now trigger instantly.