Skip to main content

Connectors

Connectors link your Faberiq workspace to the outside services your business already uses: messaging apps, calendars, spreadsheets, payment providers, and more. Once a service is connected, your workflows can receive messages from it, reply on it, and act on it (create a calendar event, send an invoice, append a spreadsheet row).

Where to Connect

Open Workflow in the left navigation, then click the Connectors tab (the direct URL is /workflow?tab=connectors). This is the single place to browse the catalogue, connect a service, and manage existing connections.

The page has two sections:

  • My Connections: the connectors you have already created, each with a status badge. A green connected badge means the connection is live. Hover a card to configure or delete it.
  • The catalogue: every available connector, searchable and filterable by category.

Connectors belong to a project, so make sure the correct project is active before you connect.

note

Older links to a standalone Connectors page redirect to the Connectors tab automatically. The Integrations tab under API & Integrations is different: it is for embedding your chatbot on external websites, covered in API and Integrations.

The Setup Wizard

Every connector is set up through the same three steps:

  1. Name: give this connection a name, for example "Main Instagram" or "Bookings calendar". You can connect the same provider more than once under different names.
  2. Configure: enter credentials or sign in with the provider. This step also shows any URLs you might need to copy into a provider console, each with a Copy button.
  3. Skills: choose what the connector is allowed to do in workflows. Each skill is a specific capability, such as "Receive messages" or "Create calendar event". You can disable skills you do not want workflows to use.

Two Ways to Authenticate

Connectors use one of two auth styles. The Configure step adapts automatically:

  • OAuth (sign in with the provider): you click Continue, a popup opens on the provider's own login page (Google, Facebook, Square, Stripe, Slack, or Reddit), you approve the requested permissions, and the popup closes. Faberiq stores and refreshes the resulting tokens for you. You never see or paste a token.
  • Token or fields (manual): you paste credentials into the dialog, such as a bot token or an API key. The dialog tells you exactly which fields are required. Secret fields are write-only: after saving they display as blank, and leaving them blank on a later edit keeps the stored value.

Channels vs. Tools

Connectors play two different roles in a workflow:

  • A channel both receives and sends messages: Telegram, WhatsApp, Instagram Messenger, Facebook Messenger, Slack, Gmail, Twilio SMS. Checking a channel in Workflow Settings makes it an entry point for the workflow: a customer message on that channel starts the workflow, and the agent replies on the same channel the customer used.
  • A tool is something the agent uses while it works: Google Calendar to book an appointment, Square to send a quote, Google Sheets to append a row. Tools never start a workflow; the agent calls them mid-conversation when they are needed.

Some connectors are one or the other, and a few (such as Google Sheets) can act as a data trigger, a write step, or an agent tool depending on how you wire them. See Workflows and Agents for how entry points and tools fit into the execution graph.

Webhooks Are Handled for You

Channels work by webhook: the provider pushes each incoming message to Faberiq. You do not need to run any infrastructure for this.

  • For Telegram, Faberiq registers the webhook with Telegram automatically when you save the connector.
  • For Meta channels (Instagram, Messenger, WhatsApp), Faberiq subscribes your Page or WhatsApp account to its Meta app right after you complete the OAuth sign-in.
  • For a few providers (Stripe, and Slack in the manual setup path), the dialog shows a URL to paste into the provider's console, with instructions next to the field.

Disconnecting and Deleting

On a connector card in My Connections:

  • Disconnect revokes the live connection but keeps the connector and its configuration, so you can reconnect later without redoing setup.
  • Delete (the trash icon) removes the connector entirely. Workflows that referenced it stop receiving and sending on it. For Telegram, deleting also removes the webhook from your bot.

Connector Catalogue

All connectors currently in the catalogue. Detailed step-by-step guides exist for the most common ones.

ConnectorCategoryAuthWhat it does
TelegramMessagingBot tokenConnect a Telegram bot via webhook for real-time replies.
WhatsApp BusinessMessagingOAuth (Meta)Automate WhatsApp conversations.
Facebook MessengerMessagingOAuth (Meta)Reply to Messenger conversations from your business Page.
Instagram MessengerMessagingOAuth (Meta)Engage customers in Instagram DMs.
SlackMessagingOAuth (Slack)Bring team chat into the AI workflow.
Twilio SMSMessagingAccount SID + auth tokenSend and receive SMS through your workflows.
GmailEmailOAuth (Google)Handle inbound email threads and send replies.
Microsoft 365EmailTenant + client credentialsConnect Outlook and Microsoft mailboxes.
Google CalendarCalendarOAuth (Google)Sync calendars and booking availability; create real events.
Microsoft CalendarCalendarTenant + client credentialsSync Outlook calendars and events.
CalendlyCalendarAPI keySync booking links and scheduled meetings.
Square AppointmentsCalendarAccess tokenSync appointments and availability from Square.
SquarePaymentsOAuth (Square)Send quotes and invoices and collect payments through Square's hosted pay page.
StripePaymentsOAuth (Stripe)Connect your own Stripe account to sell and collect payments.
PayPalPaymentsClient credentialsTrack payments and invoices.
CoinbasePaymentsAPI key + secretSync balances and transaction alerts.
Google SheetsDataOAuth (Google)Read and write tabular data in your Google Drive sheets.
AirtableDataAPI keySync records and enrich workflow data.
DatabaseDataConnection stringConnect to external databases for data queries.
OpenTableDataAPI keyConnect reservations and guest details.
Financial Market PrepDataAPI keyMarket data access through Financial Modeling Prep.
Facebook PageSocialOAuth (Meta)Respond to Facebook Page post comments with AI.
Instagram BusinessSocialOAuth (Meta)Respond to Instagram Business DMs and post comments with AI.
Google ReviewsSocialOAuth (Google)Read and reply to Google Business Profile reviews.
LinkedIn PageSocialClient credentialsEngage LinkedIn Page conversations.
RedditSocialOAuth (Reddit)Monitor subreddit threads and post AI replies.
TikTokSocialClient key + tokenConnect TikTok business inbox and comments.
ShopifyCommerceStore domain + tokenConnect store orders, customers, and inventory.
Twilio PhoneVoiceAccount SID + auth tokenRoute phone calls into your workflow orchestration.
ConfluenceToolsSite + API tokenCreate and find pages in Atlassian Confluence Cloud.
TavilyToolsAPI keyReal-time web search and page extraction built for AI agents.

The gallery also includes three studio built-ins that are not external services: MCP Server (let agents call tools on a Model Context Protocol endpoint you trust), HTTPS Listener (a secure URL that external systems can call to trigger a workflow, bound to one of your API tokens), and External API (push workflow output to another system). The HTTPS Listener is documented in API and Integrations.