Available Integrations¶
GloriaMundo connects to 800+ apps through Composio, giving your workflows access to a wide range of external services.
Featured Integrations¶
| Category | Apps |
|---|---|
| Gmail | |
| Messaging | Slack, Discord, WhatsApp |
| Social Media | Twitter/X, LinkedIn, Facebook, Instagram, TikTok |
| Productivity | Notion, Google Sheets, Google Drive, Google Calendar, Airtable, Trello, Asana, Todoist |
| Developer Tools | GitHub, GitLab, Jira, Linear |
| CRM & Sales | HubSpot, Salesforce, Pipedrive |
| Commerce | Stripe, Shopify |
| Communication | Zoom, Dropbox, Intercom |
See integrations in action
Browse the use-case library for real workflow examples using these integrations.
Connection Types¶
OAuth Apps¶
Most integrations use OAuth for secure, token-based access. You authorise GloriaMundo through the app's own login page — GloriaMundo never sees your password.
Examples: Gmail, Slack, Google Sheets, HubSpot, GitHub, Notion, Salesforce, LinkedIn
API Key Apps¶
Some integrations require you to provide an API key from the external service.
Examples: SendGrid, Twilio, Clearbit, Apollo, Mailchimp, Resend
Platform-Provided¶
Certain services are provided by the platform and don't require user configuration.
Examples: Web search (Tavily/Serper), browser automation, code execution (E2B)
Connecting an App¶
- Navigate to Connections in the sidebar, or click a disconnected step in the builder
- Click Open Integrations to browse available apps
- Click Connect on the app you want
- Complete the OAuth authorisation flow (or enter your API key)
- You're connected — the app is now available in your workflows
Capability-Based Selection¶
When you describe a workflow, GloriaMundo automatically selects the best app for each action based on the capabilities you need. For example:
- "Send an email" → Routes to Gmail (if connected) or SendGrid
- "Post a message" → Routes to Slack (if connected) or Discord
GloriaMundo remembers your app preferences and prioritises connected services.
Connection Management¶
- View all connections on the Connections page
- Monitor connection health and token expiry on the Health page
- Refresh expired connections without re-authorising (when supported)
Missing Integrations¶
If GloriaMundo doesn't have a direct integration for a service, you can use:
- Browser automation — Automate any web interface
- Web search — Find information from any source
- URL extraction — Pull content from specific pages
- Code steps — Call any API using custom Python code