Integrations

TinyWorkflows connects to 100+ third-party apps out of the box. Each integration provides pre-built triggers and actions, no API coding required.

Browse integrations

Open the Add node panel and scroll to the Integrations section. You'll see 101 pre-built connectors including:

  • Communication: Slack, Discord, Microsoft Teams, Twilio
  • Email: Gmail, Outlook, SendGrid, Mailchimp
  • CRM: HubSpot, Salesforce, Pipedrive, Attio
  • Payments: Stripe, PayPal, Razorpay
  • Spreadsheets: Google Sheets, Airtable, Notion
  • Project Management: Jira, Linear, Asana, ClickUp, Monday.com
  • Developer: GitHub, GitLab, Bitbucket, Sentry
  • AI: OpenAI, Anthropic, Google AI
Integrations panel
101 pre-built integration connectors

Setting up an integration

Before using an integration in a workflow, you need to authorize TinyCommand to access your account:

  1. Go to App Authorizations in the left sidebar
  2. Click the app you want to connect (e.g., Slack)
  3. Follow the OAuth flow: sign in and grant permissions
  4. The connection is now available in all your workflows
App Authorizations screen
Manage all your app connections in one place

Using integrations in workflows

Once authorized, integration nodes appear in the Add node panel. Each integration offers:

  • Triggers: events that start your workflow (e.g., "New message in Slack channel")
  • Actions: things your workflow can do (e.g., "Send Slack message", "Create HubSpot contact")

Can't find an integration?

If the app you need doesn't have a pre-built integration:

  1. HTTP Request: call any REST API directly
  2. Webhook Trigger: receive data from any app that supports webhooks
  3. Request an integration: contact us and we'll prioritize it
Tip

The HTTP Request node works with any REST API. You can build your own custom integrations without waiting for a pre-built connector.

CategoryTop apps
CommunicationSlack, Discord, Microsoft Teams, Twilio, WhatsApp
EmailGmail, Outlook, SendGrid, Mailchimp, Postmark
CRMHubSpot, Salesforce, Pipedrive, Attio, Close
PaymentsStripe, PayPal, Razorpay, Square
SpreadsheetsGoogle Sheets, Airtable, Notion, Coda
Project ManagementJira, Linear, Asana, ClickUp, Monday.com, Trello
DeveloperGitHub, GitLab, Bitbucket, Sentry, PagerDuty
AIOpenAI, Anthropic, Google AI, Cohere
E-commerceShopify, WooCommerce, BigCommerce
CalendarGoogle Calendar, Calendly, Cal.com
StorageGoogle Drive, Dropbox, AWS S3, Azure Blob
SocialTwitter/X, LinkedIn, Facebook, Instagram
SupportZendesk, Intercom, Freshdesk, HelpScout

Integration node structure

Each integration provides:

  • Triggers: events that start a workflow (e.g., "New Slack message", "Stripe charge succeeded")
  • Actions: things the workflow can do (e.g., "Send Slack message", "Create HubSpot contact")

Not all integrations have both triggers and actions. Some are action-only (you can send TO them but not trigger FROM them).

Building custom integrations

If the app you need doesn't have a pre-built integration:

  1. HTTP Request node: call any REST API with full control over method, headers, body, and auth
  2. Webhook trigger: receive data from any app that can send webhooks
  3. Custom headers: authenticate with any API using custom header schemes

The HTTP Request node effectively gives you access to any API in the world: if it has a REST endpoint, you can connect to it.

Tip

Before building a custom HTTP integration, check if the app is in the integration list; new integrations are added weekly. You can also request an integration by clicking the Request button.

Note

Some integrations are labeled "PROD-" in the Add Node panel. This means they're in production beta. They work but may have limited trigger/action coverage.