How do I send Callmine notifications via a manual Slack webhook?
Paste a Slack incoming-webhook URL into Callmine to receive completed-analysis notifications. No app install required.
TL;DR
In Slack, create an incoming webhook bound to the channel you want
notifications in. Copy the webhook URL. In Callmine, paste it under
/settings → Integrations → Slack. Completed runs post automatically.
Steps
- 01In Slack, open
<workspace>.slack.com/apps. Search for "Incoming Webhooks" and add it to your workspace. - 02Pick the channel Callmine should post to and click Add Incoming Webhooks integration. Slack generates a webhook URL bound to that channel.
- 03Copy the webhook URL. It looks like
https://hooks.slack.com/services/.... Keep it private — anyone with the URL can post to that channel. - 04In Callmine, open
/settings, find the Slack card under Integrations, choose Paste a webhook URL, and paste the URL. - 05Click Save. Callmine sends a test ping to confirm the URL works, then marks the integration Connected.
When this path makes sense
The manual webhook path is the right choice when:
- ·Your Slack workspace blocks third-party app installs entirely.
- ·Your security policy requires webhook URLs to live under direct admin control with explicit rotation cadence.
- ·You want to point Callmine at a single dedicated alert channel without granting any read scopes — webhook URLs only post; they cannot read.
Rotating the webhook URL
To rotate, generate a fresh webhook in Slack and paste it into the same Callmine card. The new URL overwrites the old one immediately; schedules using the workspace-default webhook pick up the new URL on their next run. Revoke the old webhook in Slack once you've confirmed the new one fires.