Integration overview
Cocoding AI apps can include integration requirements in the prompt and in follow-up requests. Some integration docs from the previous docs surface covered connectors such as Notion, WhatsApp, Telegram, Stripe, Slack, OpenAI, HubSpot, Airtable, and Supabase.
Integration guides
Notion
Connect pages and databases for tasks, notes, content workflows, and lightweight operations.
Send customer reminders, confirmations, and operational notifications through an approved provider.
Telegram
Create bot commands and alerts for lightweight team or customer messaging.
Stripe
Add checkout, subscriptions, payment status, and webhook-backed billing flows.
Slack
Notify internal channels, route events, and add approval or team workflow alerts.
OpenAI
Add chat, summarization, extraction, classification, and AI-assisted product flows.
Airtable
Build apps around existing bases, views, tables, and operational records.
Supabase
Use Supabase for PostgreSQL, authentication, storage, realtime features, and APIs.
How to plan an integration
- Name the external service.
- Describe the user workflow.
- Identify what data should move in or out.
- Confirm whether authentication, OAuth, webhook, API key, or database credentials are required.
- Ask Cocoding AI to scaffold a safe configuration pattern.
Prompt example
Add Stripe checkout for the Pro plan.
Use a backend endpoint for checkout session creation.
Do not hardcode secret keys.
Show a billing status page after payment.
Secret handling
Do not paste production API keys into normal docs, screenshots, or source files. Store integration secrets in the approved runtime configuration for your deployment.
Good integration prompts
Ask for secure boundaries in the same prompt as the feature. A useful integration prompt says what the user should see, what the provider should do, where credentials live, and how errors should appear.
Add a Slack notification when a booking is created.
Use server-side environment variables for Slack credentials.
Show delivery status in the admin activity log.
If Slack is not configured, keep the booking flow working and show a setup warning.