Use this file to discover all available pages before exploring further.
These prompts work with any MCP-connected client — Cursor, Claude, Windsurf, and others. Copy them as-is or adapt them to your workspace.
For best results, install SuprSend Agent Skills first. Skills give your agent accurate knowledge of the workflow schema, CLI commands, and docs — so prompts produce correct output on the first try.
Build a card abandonment workflow in SuprSend using mcp tools. It should send 1 hour after userleaves the cart and then send email and In-app notification
Fetch / Update categories and their default preferences
Update all categories which have been used in my workflows and set their default preference to opt-in with just Inbox channelopt-in by default and rest as opt-out.
Add real-time in-app notification systemusing SuprSend React SDK.Requirements:- Inbox component with bell icon and unread badge in header- Toast notifications in bottom-right corner when new notifications arrive- Toast notifications should have progress bar animation- Badge count should persist until user opens inbox popover- Use useFeedClient hook to listen for feed.new_notification events- Integrate with react-hot-toast