Integration
Keep the team synced in Slack and Teams
Send concise alerts when Autopilot updates or approvals are needed using incoming webhooks.
LiveScale and Command
Slack & Microsoft Teams
Push Autopilot alerts into your team channels.
Same event catalog as webhooks
Managed delivery retries in the outbox
How it works
What happens behind the scenes once you enable the integration.
- 1Create an incoming webhook URL in Slack or Teams.
- 2Add the URL as a notification endpoint in Workspace.
- 3Select events to trigger channel alerts.
Setup checklist
Steps your admin takes to get the integration live.
- Generate an incoming webhook URL in Slack or Teams.
- Workspace -> Integrations -> Webhooks/notifications.
- Choose kind Slack or Teams and paste the URL.
- Pick event types and save.
Technical reference
Endpoints and sample requests to hand to your engineering team.
Endpoints
- POST /integrations/endpoints
- GET /integrations/outbox
Sample payload
{
"text": "autopilot.pack_ready · tender=US-NYC-12345 · City contract"
}Notes
- Notifications use the same outbox and retry logic as webhooks.
- URLs are stored as secrets and masked in the UI.
FAQ
Quick answers to common integration questions.
Do I need a custom Slack or Teams app?
No. Create an incoming webhook URL in Slack or Teams and paste it into Workspace.
Can I choose which events appear in channels?
Yes. Each notification endpoint has its own event filters.
Do notifications retry on failures?
Yes. Notifications share the same outbox and retry logic as webhooks.
Security & compliance
Controls that keep data safe and auditable.
- Incoming webhook URLs are never re-displayed in full.
- SSRF guard and allowlists protect outbound delivery.