# Employees can send outbound webhooks New Feature ยท 2026-04-21 ## Details Add a webhook URL in an employee's Tools tab and it gets a send tool for that endpoint, shared with every teammate on the same team. When the employee calls it, the platform POSTs a JSON payload it builds from context and shows you the response. Every send pauses for your approval by default, the same as an outbound email or payment, so nothing leaves your system without you seeing it first. ## What changed - Add a name, URL, and optional auth header to create a send tool for any endpoint - Review and approve the exact payload before each webhook fires - Use Tool Rules to constrain what fields an employee includes in the JSON it sends