Integration
Keep teams aligned with real-time alerts
Send concise updates to Slack or Teams channels when key company signals change.
PlannedPanorama and Atlas
Slack & Microsoft Teams
Channel alerts for company monitoring and list updates.
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 -> Notifications.
- Choose the channel and paste the URL.
- Pick event types and save.
Technical reference
Endpoints and sample requests to hand to your engineering team.
Endpoints
- POST /api/v1/integrations/endpoints
- GET /api/v1/integrations/outbox
Sample payload
{
"text": "company.profile_updated · IndexBox Inc. · updated ownership details"
}Notes
- Notifications share 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.