Webhooks
Webhook tasks let external systems start teammate work by sending HTTP requests to Type.
Create a webhook task
Section titled “Create a webhook task”- Open the teammate’s tasks settings.
- Choose a webhook trigger.
- Copy the generated webhook URL.
- Add an optional secret if the sending service supports one.
- Send a first event so Type can learn the event shape.
Write useful instructions
Section titled “Write useful instructions”Good webhook instructions tell the teammate:
- Which service sends the event.
- Which event types matter.
- What fields should be summarized for humans.
- When to act, when to ask, and when to only notify.
Event shape learning
Section titled “Event shape learning”After the first event, Type can render future webhook events more clearly. If the sender changes payload shape, send a representative event and update the task instructions.