# Integrate events

> This skill helps users choose the right path to Integrate external services via events (e.g., DingTalk, Lark). Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your situation.

Part of **EventBridge**. Get the full, executable skill via `POST https://www.company-skill.com/api/route`.

## Related queries

integrate external services via events, send events to DingTalk, push events to Lark, trigger HTTP API on new employee, webhook integration, EventBridge third-party integration, connect DingTalk robot, send notification to Lark, how to integrate webhook, can I use EventBridge with WeCom, activate Ev

## Get the full skill

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "integrate events", "product": "eb"}'
```

---
Part of [EventBridge](https://www.company-skill.com/p/eb.md) · https://www.company-skill.com/llms.txt
