Connectors let your workflows interact with external services and process data. Spojit offers two types of connectors:Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
Integration connectors
These connect to third-party services and require a connection with valid credentials.Shopify
Products, orders, customers, inventory, collections, discounts
Slack
Messages, channels, users, reactions, pins, search
Resend
Send emails, manage contacts and domains
Utility connectors
Built-in tools for data processing and transformation. These don’t require a connection — they work immediately.Data processing
JSON
Parse, query, transform
CSV
Parse, filter, convert
XML
Parse, convert, validate
Array
Filter, sort, group, chunk
Text and strings
Text Tools
Split, join, replace, case conversion, slugify
Regex
Match, extract, replace, validate patterns
Numbers and dates
Math
Calculate, round, statistics, currency formatting
Date & Time
Format, parse, timezone conversion, relative time
Files and media
Extract text, merge, split, rotate
Image
Resize, crop, convert, compress
Encoding and validation
Encoding
Base64, URL, hex, hashing
UUID
Generate UUIDs, NanoIDs, ULIDs
Validation
Email, URL, phone, credit card
Developer tools
HTTP
Make HTTP API requests
Code Runner
Execute JavaScript or Python
Remote MCP servers
Some integrations connect via the Model Context Protocol (MCP) — an open standard for AI tool integrations. These connectors are hosted by the third-party provider (e.g., GitHub, Snowflake) and expose their full API surface through MCP. Spojit connects to the remote server on your behalf using your credentials.Execution modes
When you use a connector in a workflow, you choose how it runs:- Agent mode — write a prompt describing what you want, and the AI figures out which tools to call and how. Great for tasks that need reasoning or flexibility.
- Direct mode — you pick the exact tool and fill in the parameters yourself. No AI involved — fast, predictable, and consistent.
Adding a connector to your workflow
- Drag a Connector node onto the canvas
- Select the connector in the properties panel
- Choose the specific tool you want to use
- For integration connectors, select a connection
- Configure the tool parameters