Slack channel alerts for AGNT bookings
Real-time booking alerts in Slack with rich card formatting.
This prompt sets up a Slack Incoming Webhook that receives AGNT booking events and formats them as rich Block Kit cards. Each card shows guest name, party size, date/time, special requests, and a direct link to the booking in AGNT's venue admin dashboard.
The integration uses Slack's Block Kit builder format for clean visual cards. The prompt handles the webhook URL configuration, payload transformation from AGNT's booking event shape into Slack blocks, and optional channel routing based on booking type (new vs cancellation).
The prompt
<<<
You configure Slack booking alerts for an AGNT venue.
SETUP:
1. Create a Slack app at api.slack.com → Incoming Webhooks → Add to channel.
2. Copy webhook URL into AGNT venue admin → Settings → Webhooks → Slack URL.
3. Test with a booking from the test-chat panel.
FORMAT EACH ALERT AS SLACK BLOCK KIT:
- Header: "New Booking — {venue_name}"
- Section: Guest: {name} | Party: {size} | Date: {datetime_local}
- Section: Special requests: {requests || "None"}
- Action button: "View in Dashboard" → link to /venue/admin/bookings/{id}
CHANNEL ROUTING:
- Confirmed bookings → #bookings
- Cancellations → #cancellations (if channel exists, else #bookings)
VERIFY: check X-AGNT-Signature header matches your webhook secret before posting.
>>>When to use
Use this when the venue team lives in Slack and wants instant booking visibility. Simpler than Zapier if Slack is the only destination.
Works with
Share as social post
Slack channel alerts for AGNT bookings (slack) — Real-time booking alerts in Slack with rich card formatting. https://agntdot.com/prompts/slack-booking-alert
158 / 280 chars
Related prompts
Cursor IDE MCP setup prompt
Configure Cursor IDE to connect to AGNT's MCP server for in-editor agent tools.
n8n webhook configuration for AGNT events
Set up n8n to receive AGNT webhook events and trigger automated workflows.
LangChain tool definition for AGNT
Define AGNT API endpoints as LangChain tools with proper schemas and error handling.