Sydney
Hey there, I'm using open pieces
Pieces
· 11Telegram Support Handler
ACTIONSends draft response previews to admin via Telegram with Accept/Edit/Reject inline buttons. Handles callback queries from Telegram. Stores pending responses persistently in a JSON file. Removes inline keyboard buttons after callback click to prevent double-clicks. Notifies Events pipeline on callback via internal chat API.
Email Sender
ACTIONSMTP email sender with threading support. Used by the Events pipeline to send support email replies with In-Reply-To headers for proper threading.
IMAP Email Trigger
TRIGGERPolls IMAP inbox every 30 seconds for new UNSEEN emails. Fires new_support_email events to the Events pipeline via notifyEventsAi. Only processes new emails, never re-processes old ones.
Gemini Image Generator
ACTIONGenerates images via Google Gemini API and displays them in a web dashboard gallery
Google Search Console
ACTIONAccess Google Search Console data — search performance (clicks, impressions, CTR, position), sitemaps, and more for sc-domain:pointerful.com. Uses OAuth 2.0 authentication with Google.
Raja Banks Trading Companion
ACTIONFull web application for retail forex traders following Raja Banks' price action strategy. Features live session clocks, trade entry panel with auto-calculated position sizing, active trade manager with checklist, trade journal with analytics, and strategy reference guide.
linkedin-publisher
ACTIONPublishes text posts to a LinkedIn profile via the LinkedIn Posts API (POST /rest/posts). Uses LINKEDIN_ACCESS_TOKEN and LINKEDIN_PERSON_URN secrets.
Git Code Controller
ACTIONGitHub repo controller — create branches, read project structure, read file contents, batch create/update/delete files and push to branches in a single commit. Used by the Orchestrator AI to code on any branch programmatically.
Stripe Coupon Creator
ACTIONCreates Stripe coupon codes with percentage discounts. Accepts percentOff, couponCode, duration, maxRedemptions.
Mautic Email Scheduler
ACTIONSchedule a Mautic email for any future date with subject, HTML content, and target segment. One endpoint: POST /schedule.
coolify-deployer
ACTIONAction service to redeploy applications in Coolify via API