Skip to content

Slack

Creates a Carbon data connector configured for Slack. This node identifies the Slack integration to the Carbon backend and delegates all connector behavior (authentication, configuration, and data access) to the shared Carbon data connector logic.
Preview

Usage

Use this node when you need to connect a Slack workspace as a data source for downstream Carbon-powered operations (such as indexing, syncing, or querying Slack content). Place it where your workflow needs to establish or reference a Slack connection before handing the output to nodes that perform data ingestion or retrieval.

Inputs

FieldRequiredTypeDescriptionExample

Outputs

FieldTypeDescriptionExample
connectionNot specifiedA Carbon connector reference targeting the Slack integration, suitable for passing into downstream nodes that operate on Carbon data sources.Not specified

Important Notes

  • Integration selection: This node specifically targets the Slack integration in Carbon and relies on shared base functionality for authentication and data access.
  • No direct data operations: The node itself does not fetch or index data; it provides a connector reference that downstream nodes can use.
  • Prerequisites: Slack must be enabled/allowed in your Carbon environment and the user must have the appropriate permissions to connect a Slack workspace.
  • Configuration handling: Any required authentication or account selection flows are managed by the underlying Carbon connector layer, not by this node’s own inputs.

Troubleshooting

  • Cannot authenticate or connect: Ensure Slack integration is enabled in your Carbon environment and that you have valid permissions to authorize the workspace.
  • Downstream node errors: Verify that the downstream node accepts a Carbon connector reference and supports Slack as a source.
  • No data available after connection: Confirm that the Slack workspace and channels you've authorized contain accessible content and that the Carbon service has completed any required syncing.