Skip to content

Integrations and components

Custom integrations

Connect services that do not have a dedicated SuperPlane component.

Use core components to connect an HTTP API, GraphQL endpoint, webhook, or SSH host when no dedicated integration exists.

The HTTP Request component calls REST-style endpoints. The GraphQL Request component sends a GraphQL document over HTTP and returns the response data.

The Webhook trigger gives an external system a URL that can start an automation. Configure authentication and validate every incoming payload before it controls a sensitive action.

The SSH Command component runs commands on a remote host. Store keys or passwords in an organization secret and select the secret from the component configuration.

Use the smallest required permission set, add timeouts and failure paths and remove credentials from logs and outputs. Put a human approval before high-impact changes.