Reply notification card anatomy, the Review and reply deep link, and thread-reply triage with Chert Notifications.
When a lead replies, Chert Notifications posts a Block Kit card in the
bound channel. Operators triage from the card — either by clicking
through to the CRM or by replying directly in the Slack thread.
The bot only reacts to thread replies that include @Chert Notifications (or whatever name the workspace gave the bot). Bare
in-thread chatter between operators is ignored, so two people
deliberating in a thread does not trigger anything.
When the bot posts a draft confirmation card, react with:
Reaction
Effect
✅ :white_check_mark: or :heavy_check_mark: or :+1:
Send the drafted reply to the lead.
❌ :x: or :no_entry_sign: or :-1:
Cancel. Nothing is sent.
Approval is processed as soon as Slack delivers the reaction event. A
fallback cron also resolves pending proposals, so a missed event still
gets reconciled.
If you reply again in the thread while a draft confirmation is
pending, the previously pending card is auto-rejected and a fresh card
is posted with the refined draft. You always see exactly one live card
per thread.Examples:
Thread reply
Effect
make it shorter
Old card rejected. New card posted with a shorter draft.
add a calendar link
Old card rejected. New card posted with the link inserted.
same idea but mention pricing
Old card rejected. New card mentions pricing.
An auto-rejected proposal records superseded by <new id> in
the audit trail so the history of refinements is preserved.