en un clic
integrations
// Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.
// Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling.
| name | integrations |
| description | Generate integration nodes for external APIs (Salesforce, HubSpot, etc.). Creates typed function nodes with authentication and error handling. |
This skill generates function nodes for querying external APIs. It creates properly typed nodes with authentication, error handling, and schema validation.
| Integration | Auth Method | File |
|---|---|---|
| PostgreSQL | Connection String (via Credentials) | postgres.md |
| Salesforce | OAuth2 Client Credentials | salesforce.md |
| Slack | OAuth2 (Bot + User tokens) | slack.md |
To use a listed integration: Read this skill's corresponding file (e.g., salesforce.md).
For unlisted systems: Read this skill's unlisted.md for instructions on researching and setting up custom integrations.
After generating integration node files:
create_version MCP tool with a message like:
Add integration: <integration-name>
<Describe what changed — like a good git commit message body.>
Update workflow implementation from its embedded description. Use this after modifying workflow or node descriptions.
Collaborative workflow design - guides users through creating well-structured crayon workflows with embedded descriptions.
Refine node definitions - determines HOW each node is implemented (SDKs, libraries, input/output structures, tools, guidelines).
How to trigger workflows and nodes. Covers MCP tools (run_workflow, run_node), HTTP webhooks (async/sync), authentication, and cron scheduling.