# Prismatic Docs > Prismatic is the integration platform for B2B SaaS companies, enabling them to build and manage integrations with ease. These docs provide comprehensive guides, tutorials, and API references to help developers create low-code and code-native integrations using Prismatic's platform. ## Documentation - [What is Prismatic?](https://prismatic.io/docs/index.md): Prismatic docs home page - [Prismatic Changelog](https://prismatic.io/docs/changelog.md): The latest updates to the Prismatic platform make it even easier to build, manage, and deploy integrations for your customers. - [Prism CLI Overview](https://prismatic.io/docs/cli.md): Install and begin using the Prism CLI - [Bash Scripting with Prism](https://prismatic.io/docs/cli/bash-scripting.md): You can string multiple Prism commands together to build or deploy components, instances, and more - [Custom Connector and Integration Testing with Prism](https://prismatic.io/docs/cli/custom-connector-cni-testing.md): You can run tests of your code-native integrations and custom connectors through the Prism tool - [Listing Resources with Prism CLI](https://prismatic.io/docs/cli/listing-resources.md): List and filter Prismatic resources using the Prism CLI - [Prismatic CLI Command Reference](https://prismatic.io/docs/cli/prism.md): A list of all commands that can be run through the Prismatic CLI, prism - [Troubleshooting and FAQ](https://prismatic.io/docs/cli/troubleshooting-and-faq.md): Troubleshoot common issues with the Prism CLI tool - [Organization Overview](https://prismatic.io/docs/configure-prismatic.md): Configure your Prismatic tenant to match your needs - [Custom Domains](https://prismatic.io/docs/configure-prismatic/custom-domains.md): You can leverage a custom domain to white-label Prismatic for your users - [Deployment Regions](https://prismatic.io/docs/configure-prismatic/deployment-regions.md): Your tenant can exist in multiple regions across the world - [Integrations in Multiple Regions](https://prismatic.io/docs/configure-prismatic/integrations-multiple-regions.md): You may host Prismatic integrations in multiple regions or in your private cloud. Here's how you manage integrations across multiple regions. - [Organization Team Members](https://prismatic.io/docs/configure-prismatic/organization-users.md): Manage the users who are associated with your organization - [Single Sign-On (SSO)](https://prismatic.io/docs/configure-prismatic/single-sign-on.md): Log in to Prismatic using your existing auth service - [User Settings](https://prismatic.io/docs/configure-prismatic/user-settings.md): Configure settings specific to your user on the Prismatic platform - [What is a connector?](https://prismatic.io/docs/connectors/what-is-a-connector.md): Overview of connectors in Prismatic's integration platform - [Customers Overview](https://prismatic.io/docs/customers.md): Customers are your customers, and you deploy instances of your integrations to them - [Customer Users](https://prismatic.io/docs/customers/customer-users.md): Customer users can log into Prismatic and deploy instances for themselves - [Managing Customers](https://prismatic.io/docs/customers/managing-customers.md): Create, update and delete customers in Prismatic - [Sync Customers Programmatically](https://prismatic.io/docs/customers/syncing-customers-programmatically.md): Learn to sync customers from an external system to Prismatic using our GraphQL API - [Prism MCP Dev Server](https://prismatic.io/docs/dev-tools/prism-mcp.md): Overview and documentation for the Prism MCP server - [Prismatic Extension for VS Code & Cursor](https://prismatic.io/docs/dev-tools/vscode-extension.md): Install the VS Code extension into VS Code or Cursor to build and test code-native integrations within your IDE - [Get Started with Prismatic](https://prismatic.io/docs/get-started.md): Learn about Prismatic's integration platform, how it works, and how to get started - [Bulk Data Syncs](https://prismatic.io/docs/get-started/build-integrations/bulk-data-syncs.md): Sync large sets of data from a source system to a destination system - [Crash Course in Config Wizards](https://prismatic.io/docs/get-started/build-integrations/config-wizards.md): Learn how to use Prismatic's config wizards to create self-service integrations. - [Configure Git Repository](https://prismatic.io/docs/get-started/build-integrations/configure-git-repository.md): Learn how to set up a repository for building code-native integrations and custom connectors with Prismatic. - [Custom Connector Basics](https://prismatic.io/docs/get-started/build-integrations/custom-connector-basics.md): Learn the basics of building a custom connector - [Dynamic Data Sources](https://prismatic.io/docs/get-started/build-integrations/dynamic-data-sources.md): Your config variables can fetch data from external sources, allowing your customers to select from dynamic options when configuring an instance of your integration. - [Field Mappers with JSON Forms](https://prismatic.io/docs/get-started/build-integrations/field-mappers-with-json-forms.md): Learn how to build a field mapper with JSON Forms to map data between your app and a third-party system - [Build with Code and AI](https://prismatic.io/docs/get-started/build-integrations/first-integration-code-native.md): Build your first code-native integration with Prismatic's TypeScript SDK and AI skills - [Build with Low-Code](https://prismatic.io/docs/get-started/build-integrations/first-integration-low-code.md): Build your first low-code integration with Prismatic's low-code designer - [Intro to JSON Forms](https://prismatic.io/docs/get-started/build-integrations/json-forms-intro.md): JSON Forms are a powerful tool for building dynamic user interfaces in your integrations. - [Trigger Lifecycle Events](https://prismatic.io/docs/get-started/build-integrations/lifecycle-events.md): Run setup and cleanup logic when an integration instance is deployed or deleted. - [OAuth 2.0 Crash Course](https://prismatic.io/docs/get-started/build-integrations/oauth.md): Learn how to implement OAuth 2.0 authentication in your integrations. - [Prepare Your API for Integrations](https://prismatic.io/docs/get-started/build-integrations/prepare-api-for-integrations.md): How to design your API to support easy authentication, webhook events, and integration compatibility. - [Webhook Security](https://prismatic.io/docs/get-started/build-integrations/webhook-security.md): Learn how to secure your webhooks with HMAC authentication. - [Crash Course in Webhooks](https://prismatic.io/docs/get-started/build-integrations/webhooks.md): A quick introduction to webhooks and how they work in Prismatic integrations. - [What are Connections?](https://prismatic.io/docs/get-started/build-integrations/what-are-connections.md): Connections allow you to send authenticated requests to third-party APIs and services. - [Build a Custom Connector with AI](https://prismatic.io/docs/get-started/build-integrations/wrap-api-custom-connector.md): Build a custom connector to wrap your API and make it easy for your team and customers - [Authenticate Embedded Users](https://prismatic.io/docs/get-started/embedded-marketplace/authenticate-embedded-users.md): Authenticate users of your app with Prismatic's embedded authentication system - [Marketplace with Custom UI Elements](https://prismatic.io/docs/get-started/embedded-marketplace/custom-marketplace.md): Learn how to build a custom embedded marketplace experience using Prismatic's API and your own native UI elements. - [Embedded Marketplace Lifecycle Events](https://prismatic.io/docs/get-started/embedded-marketplace/embedded-marketplace-lifecycle-events.md): Listen for marketplace events and respond to them in your app - [Embed the Marketplace](https://prismatic.io/docs/get-started/embedded-marketplace/get-started.md): Learn how to embed the Prismatic Marketplace into your application with AI - [Invoke Embedded Instances](https://prismatic.io/docs/get-started/embedded-marketplace/invoke-embedded-instances.md): After your customers deploy an instance of your app, you can invoke that instance via webhook request - [Explore Marketplace Options](https://prismatic.io/docs/get-started/embedded-marketplace/marketplace-options.md): Explore the different options for embedding a marketplace experience in your app using Prismatic's embedded SDK. - [Authenticate Embedded Users](https://prismatic.io/docs/get-started/embedded-workflow-builder/authenticate-embedded-users.md): Authenticate users of your app with Prismatic's embedded authentication system - [Curate Your Connector Allowlist](https://prismatic.io/docs/get-started/embedded-workflow-builder/connector-allowlist.md): Curate your connector allowlist to control which connectors and actions are available to your customers. - [Custom Connector Basics](https://prismatic.io/docs/get-started/embedded-workflow-builder/custom-connector-basics.md): Learn the basics of building a custom connector - [Enable and Configure AI Co-Pilot](https://prismatic.io/docs/get-started/embedded-workflow-builder/enable-ai-copilot.md): Turn on the AI co-pilot so your customers can build workflows through natural language - [Enable the Embedded Workflow Builder](https://prismatic.io/docs/get-started/embedded-workflow-builder/enable-workflow-builder.md): Turn on the embedded workflow builder so your customers can create workflows within your application. - [Listening for Workflow Builder Events](https://prismatic.io/docs/get-started/embedded-workflow-builder/ewb-events.md): Track user behavior in the embedded workflow builder by listening for events that are emitted when users interact with the workflow builder - [Embed the Workflow Builder](https://prismatic.io/docs/get-started/embedded-workflow-builder/get-started.md): Learn how to embed the Prismatic workflow builder into your application with AI - [Provision Customer Connections to Your App](https://prismatic.io/docs/get-started/embedded-workflow-builder/provision-customer-connections.md): Learn how to provision customer connections to your app so your customers have a seamless experience. - [Reusable Customer Connections](https://prismatic.io/docs/get-started/embedded-workflow-builder/reusable-customer-connections.md): Create OAuth connections for you customers so they don't need to configure OAuth themselves - [Tune Your Connector for Copilot](https://prismatic.io/docs/get-started/embedded-workflow-builder/tune-connector-for-copilot.md): If you build your own custom connectors, ensure that you provide the copilot with enough information to understand how to use your connector's actions. - [Choose a Placement Strategy](https://prismatic.io/docs/get-started/embedded-workflow-builder/workflow-builder-placement.md): Decide where the workflow builder lives in your app. There are three common UX patterns - a dedicated automations tab, a templates gallery, and in-context "Automate this" launchers from product surfaces. Most implementations combine more than one - [Providing Workflow Context](https://prismatic.io/docs/get-started/embedded-workflow-builder/workflow-context.md): Learn how to provide workflow context to your embedded workflow builder so that your customers can launch workflows from your product surfaces. - [Build a Custom Connector with AI](https://prismatic.io/docs/get-started/embedded-workflow-builder/wrap-api-custom-connector.md): Build a custom connector to wrap your API and make it easy for your team and customers - [Prismatic Labs Workshops](https://prismatic.io/docs/insider.md): Workshops on building integrations, new features, and more! - [Instances Overview](https://prismatic.io/docs/instances.md): An instance is a copy of an integration that has been configured for a specific customer - [Deploying Instances](https://prismatic.io/docs/instances/deploying.md): You can deploy instances on behalf of your customers - [What is Integration Marketplace?](https://prismatic.io/docs/instances/integration-marketplace.md): Allow customers to manage integrations deployed to them - [Managing Instances](https://prismatic.io/docs/instances/managing.md): Manage instances of Prismatic integrations - [Testing Instances](https://prismatic.io/docs/instances/testing.md): You can test instances that are deployed to your customer - [AI agent integrations](https://prismatic.io/docs/intro/guidelines/ai-guidelines.md): Build Prismatic flows that give AI agents in your app access to your customers' third-party tools. - [Alerting and notification integrations](https://prismatic.io/docs/intro/guidelines/alerting-notifications-guidelines.md): Build integrations that notify your customers via Slack, email, SMS, and other channels when events occur in your app. - [Data sync integrations](https://prismatic.io/docs/intro/guidelines/data-sync-guidelines.md): Sync data between your app and external systems reliably, with initial backfill and ongoing change capture. - [Event-driven integrations](https://prismatic.io/docs/intro/guidelines/event-driven-guidelines.md): Build integrations in Prismatic that consume webhooks from external systems and process them reliably. - [File import and export integrations](https://prismatic.io/docs/intro/guidelines/file-import-export-guidelines.md): Build integrations that reliably transfer and process files between your app and external systems. - [Monitoring Overview](https://prismatic.io/docs/monitor-instances.md): Monitor instance executions and implement automated responses to errors - [Alerting](https://prismatic.io/docs/monitor-instances/alerting.md): Alert your team when an instance does not behave as expected - [Alert Groups](https://prismatic.io/docs/monitor-instances/alerting/alert-groups.md): Create groups of users who will be alerted when an alert monitor triggers - [Alert Monitors](https://prismatic.io/docs/monitor-instances/alerting/alert-monitors.md): Configure monitoring and alerting for your instances - [Alert Webhooks](https://prismatic.io/docs/monitor-instances/alerting/alert-webhooks.md): Configure webhook endpoints to receive alert notifications when alert monitors are triggered - [Creating Alert Monitors Programmatically](https://prismatic.io/docs/monitor-instances/alerting/creating-monitors-programmatically.md): Programmatically create and manage alert monitors using the Prismatic API - [Responding to Alert Events](https://prismatic.io/docs/monitor-instances/alerting/responding-to-alert-events.md): Monitor and manage alert events triggered by alert monitors - [Sending Alerts to PagerDuty](https://prismatic.io/docs/monitor-instances/alerting/sending-alerts-to-pagerduty.md): Send alerts to PagerDuty when an instance encounters an issue - [Sending Alerts to Slack](https://prismatic.io/docs/monitor-instances/alerting/sending-alerts-to-slack.md): Send alerts to Slack when an instance encounters an issue - [Instance Executions](https://prismatic.io/docs/monitor-instances/executions.md): Each time an instance runs, an execution occurs. You can review the results of the execution within the Prismatic app - [Logging](https://prismatic.io/docs/monitor-instances/logging.md): Monitor your instances through comprehensive logging - [Streaming Logs Externally](https://prismatic.io/docs/monitor-instances/logging/streaming-logs-externally.md): Stream logs to an external logging provider - [Streaming logs to Datadog](https://prismatic.io/docs/monitor-instances/logging/streaming-logs-to-datadog.md): Stream Prismatic logs to Datadog - [Streaming Logs to Google Cloud](https://prismatic.io/docs/monitor-instances/logging/streaming-logs-to-google-cloud.md): Stream Prismatic logs to Google Cloud Logging - [Streaming Logs to New Relic](https://prismatic.io/docs/monitor-instances/logging/streaming-logs-to-new-relic.md): Stream Prismatic logs to New Relic - [Execution Retry and Replay](https://prismatic.io/docs/monitor-instances/retry-and-replay.md): Manage failed executions through automatic retry and manual replay - [Automatic Execution Retry](https://prismatic.io/docs/monitor-instances/retry-and-replay/automatic-retry.md): Automatically retry executions that fail - [Replay Failed Executions](https://prismatic.io/docs/monitor-instances/retry-and-replay/replaying-failed-executions.md): Learn how to replay executions that fail to run - [Build vs Buy](https://prismatic.io/docs/platform/build-vs-buy.md): Considerations for building your own integration platform vs. buying Prismatic - [Deployment Options](https://prismatic.io/docs/platform/deployment-options.md): Deployment options for integrations - [Prismatic & AI](https://prismatic.io/docs/platform/prismatic-and-ai.md): Prismatic embraces AI in a variety of ways, from build assistants to MCP servers - [Spectral 10.22 Upgrade Guide](https://prismatic.io/docs/spectral/spectral-10-22-upgrade-guide.md): Update your code-native integrations and custom connectors to use the recommended toolchain - [Spectral 10.6 Upgrade Guide](https://prismatic.io/docs/spectral/spectral-10-6-upgrade-guide.md): Update your code-native integrations to take advantage of new features in Spectral 10.6 - [Spectral 10.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-10-upgrade-guide.md): Upgrade your custom components and code-native integrations from Spectral 9.x to 10.x - [Spectral 2.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-2-upgrade-guide.md): Upgrade your custom component from Spectral 1.x to 2.x - [Spectral 3.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-3-upgrade-guide.md): Upgrade your custom component from Spectral 2.x to 3.x - [Spectral 4.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-4-upgrade-guide.md): Upgrade your custom component from Spectral 3.x to 4.x - [Spectral 5.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-5-upgrade-guide.md): Upgrade your custom component from Spectral 4.x to 5.x - [Spectral 6.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-6-upgrade-guide.md): Upgrade your custom component from Spectral 5.x to 6.x - [Spectral 7.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-7-upgrade-guide.md): Upgrade your custom component from Spectral 6.x to 7.x - [Spectral 8.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-8-upgrade-guide.md): Upgrade your custom component from Spectral 7.x to 8.x - [Spectral 9.x Upgrade Guide](https://prismatic.io/docs/spectral/spectral-9-upgrade-guide.md): Upgrade your custom components and code-native integrations from Spectral 8.x to 9.x - [Prismatic Event Webhooks](https://prismatic.io/docs/webhooks.md): Send webhook notifications when certain events occur in Prismatic - [Configuring Event Webhooks](https://prismatic.io/docs/webhooks/configuring-event-webhooks.md): Set up and configure Prismatic event webhooks to receive notifications when events occur in your organization ### AI Integrations > Integrate AI capabilities into your workflows. - [Code-native agentic flows](https://prismatic.io/docs/ai/agentic-flows/code-native.md): Build agentic flows with code-native integrations - [Getting Started with Agentic Flows](https://prismatic.io/docs/ai/agentic-flows/getting-started.md): Build a basic agentic flow that can be invoked by an AI agent as an MCP tool - [Low-code agentic flows](https://prismatic.io/docs/ai/agentic-flows/low-code.md): Build agentic flows with the low-code integration designer - [Connect Your App to Agent Flows](https://prismatic.io/docs/ai/connect-ai-agent.md): Connect your app's AI agent or chatbot to Prismatic's MCP flow server - [Building a Custom MCP Flow Server](https://prismatic.io/docs/ai/custom-mcp-server.md): Build your own MCP server that invokes Prismatic agent flows - [Data Enrichment with AI](https://prismatic.io/docs/ai/data-enrichment.md): Learn how to use AI to enrich data going through your flows - [Flow Invocation Schemas](https://prismatic.io/docs/ai/flow-invocation-schema.md): Declare how a flow should be called by AI agents - [MCP Endpoints](https://prismatic.io/docs/ai/mcp-endpoints.md): MCP endpoint URLs for Prismatic's hosted MCP flow server, scoped by region, integration, and instance - [Prismatic's MCP Flow Server](https://prismatic.io/docs/ai/model-context-protocol.md): Build a model context protocol (MCP) server that consumes agent flows - [Documentation for LLMs](https://prismatic.io/docs/ai/prismatic-docs.md): Prismatic provides documentation optimized for large language models (LLMs). - [Test Using Common MCP Clients](https://prismatic.io/docs/ai/test-mcp-clients.md): Test your agent flows using common MCP clients like Claude Desktop, Claude Code, or Cursor ### Build Integrations - [What are Productized Integrations?](https://prismatic.io/docs/integrations.md): Build integrations as core product features with self-service deployment for better customer retention and stickiness. - [Connections Overview](https://prismatic.io/docs/integrations/connections.md): Add connections to third-party APIs within your config wizard - [Customer Connections](https://prismatic.io/docs/integrations/connections/integration-agnostic-connections/customer-activated.md): Connections that customers activate that can be used in one or more integrations - [Organization (Customer) Connections](https://prismatic.io/docs/integrations/connections/integration-agnostic-connections/org-activated-customer.md): Connections that organizations activate on behalf of customers - [Organization (Global) Connections](https://prismatic.io/docs/integrations/connections/integration-agnostic-connections/org-activated-global.md): Connections that organizations activate and are shared by multiple customers - [Integration-Scoped Connections](https://prismatic.io/docs/integrations/connections/integration-specific.md): Connections that are used in a single integration - [Managing Connections](https://prismatic.io/docs/integrations/connections/managing.md): Learn how to manage your connections in the Integrations section of the dashboard. - [What is OAuth 2.0?](https://prismatic.io/docs/integrations/connections/oauth2.md): Connect to third-party applications with OAuth 2.0 Client Credentials or Auth Code flow - [OAuth 2.0 Authorization Code Grant Type](https://prismatic.io/docs/integrations/connections/oauth2/authorization-code-grant-type.md): The authorization code grant type lets users grant permission to you to third-party applications - [OAuth 2.0 Client Credentials Grant Type](https://prismatic.io/docs/integrations/connections/oauth2/client-credentials-grant-type.md): Client credentials, often called M2M, lets two systems authenticate with one another - [Custom OAuth 2.0 Redirects](https://prismatic.io/docs/integrations/connections/oauth2/custom-redirects.md): Redirect your users to a custom page of your choosing after completing OAuth - [OAuth 2.0 Password Grant Type](https://prismatic.io/docs/integrations/connections/oauth2/password-grant-type.md): Here, we'll cover the less common form of OAuth 2.0 - [Troubleshooting OAuth 2.0 Connections](https://prismatic.io/docs/integrations/connections/oauth2/troubleshooting.md): Identify issues with OAuth 2.0 connections - [On-Prem Agent](https://prismatic.io/docs/integrations/connections/on-prem-agent.md): Connect to resources like databases or file storage systems that are not accessible from the public internet. - [Support On-Prem Connections in Custom Connectors](https://prismatic.io/docs/integrations/connections/on-prem-agent/custom-connectors.md): Add on-prem connection support to your custom connectors for connecting to private network resources - [On-Prem Databases Requiring Client Libraries or Drivers](https://prismatic.io/docs/integrations/connections/on-prem-agent/databases-with-client-libraries.md): Databases like IBM DB2 require additional client libraries or drivers to connect to them. - [On-Prem Agent on Windows](https://prismatic.io/docs/integrations/connections/on-prem-agent/on-prem-agent-windows.md): Run the on-prem container on a Windows host - [Set Up the On-Prem Agent](https://prismatic.io/docs/integrations/connections/on-prem-agent/setup.md): Configure and deploy the on-prem agent Docker container for your customers - [Troubleshooting On-Prem Connections](https://prismatic.io/docs/integrations/connections/on-prem-agent/troubleshooting.md): Some tips for troubleshooting on-prem connections - [Data Sources](https://prismatic.io/docs/integrations/data-sources.md): Create dynamic config variables in the config wizard that fetch data from external APIs - [Code Component Data Sources](https://prismatic.io/docs/integrations/data-sources/code-component-data-sources.md): Learn how to use the code component to fetch data from a third-party API to present in the config wizard - [Debugging JSON Forms Locally](https://prismatic.io/docs/integrations/data-sources/debugging.md): Debug a JSON Forms data source that is throwing an error by running it in your IDE - [Salesforce Field Mapper](https://prismatic.io/docs/integrations/data-sources/field-mapping/salesforce-field-mapper.md): Build a data source using JSON forms and an existing Salesforce connection to perform field mapping from SFDC to your application - [What are JSON Forms?](https://prismatic.io/docs/integrations/data-sources/json-forms.md): JSON Forms provide a way to create dynamic, customizable forms in your configuration wizard using JSON schema definitions. - [JSON Forms Data Validation](https://prismatic.io/docs/integrations/data-sources/json-forms/form-validation.md): Here's how you can validate the data that was returned from a JSON Form - [JSON Forms Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference.md): Reference documentation for the JSON Forms schema, UI schema, renderers, rules, and uiSchema options supported by Prismatic's configuration wizard. - [Options Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference/options.md): Alphabetized reference for every option you can set on a JSON Forms UI schema element in Prismatic, including autocomplete, detail, elementLabelProp, layout, toggle, variant, and more. - [Renderers Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference/renderers.md): Reference for the built-in JSON Forms renderers Prismatic uses in the configuration wizard, including how schema types map to input controls and what options each renderer accepts. - [Rules Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference/rules.md): Reference for JSON Forms UI rules in Prismatic, including the SHOW, HIDE, ENABLE, and DISABLE effects and the condition schema that drives them. - [Schema Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference/schema.md): Reference for the JSON Schema features Prismatic's JSON Forms configuration wizard supports, including types, formats, validation keywords, defaults, enums, arrays, and composition. - [UI Schema Reference](https://prismatic.io/docs/integrations/data-sources/json-forms/reference/ui-schema.md): Reference for every UI schema element type Prismatic's JSON Forms configuration wizard supports, including Control, Layout elements, Group, Categorization, Label, and ListWithDetail. - [Using JSON Forms](https://prismatic.io/docs/integrations/data-sources/json-forms/using-json-forms.md): Learn how to implement advanced JSON Forms patterns including layouts, arrays, validation, conditional fields, and field mapping. - [What is the Embedded Marketplace?](https://prismatic.io/docs/integrations/embedded-marketplace.md): Enable customer self-service by embedding an integration marketplace directly in your application. - [Flows Overview](https://prismatic.io/docs/integrations/flows.md): Flows are a series of steps in low-code, or a function in code-native - [Runner Environment and Limits](https://prismatic.io/docs/integrations/integration-runner-environment-limits.md): Instances of integrations run in isolated NodeJS environments. This page details those environments along with execution limits. - [Instance Lifecycle](https://prismatic.io/docs/integrations/lifecycle.md): Learn about lifecycle functions that run when an instance is created or deleted. - [Low-Code vs Code-Native Integrations](https://prismatic.io/docs/integrations/low-code-vs-code-native.md): Choose between the low-code designer and code-native SDK based on your team structure, expertise, and integration complexity. - [Memory Management](https://prismatic.io/docs/integrations/memory-management.md): Ensure that your flows use reasonable amounts of memory - [Persisting State between Executions](https://prismatic.io/docs/integrations/persist-data.md): Here's how to persist small amounts of data between executions - [Preparing Integrations for Marketplace](https://prismatic.io/docs/integrations/preparing-for-marketplace.md): There are several steps you should take to prepare your integration for the integration marketplace - [Troubleshooting and Debugging Integrations](https://prismatic.io/docs/integrations/troubleshooting.md): Troubleshooting integrations, common error messages, and how to fix them #### Code-Native Integrations - [Code-Native Integrations](https://prismatic.io/docs/integrations/code-native.md): Build integrations natively in TypeScript using the Prismatic code-native SDK - [Code-Native Config Wizard](https://prismatic.io/docs/integrations/code-native/config-wizard.md): Design a config wizard for your customers in a code-native integration - [Code-Native Endpoint Configuration](https://prismatic.io/docs/integrations/code-native/endpoint-config.md): Configure shared endpoints in code-native integrations - [Existing Components in Code-Native](https://prismatic.io/docs/integrations/code-native/existing-components.md): Use existing components in code-native integrations - [Code-Native Flows](https://prismatic.io/docs/integrations/code-native/flows.md): Build flows in code-native - [Convert Low-Code Integrations to Code-Native](https://prismatic.io/docs/integrations/code-native/get-started/convert-low-code-code-native.md): Take a low-code integration and convert it to code-native - [Testing Code-Native Integrations](https://prismatic.io/docs/integrations/code-native/testing.md): You can test code-native integrations in your IDE or on the Prismatic platform #### Common Integration Patterns - [Integration Types](https://prismatic.io/docs/integrations/common-patterns.md): Common patterns for building integrations on Prismatic - data sync, event-driven, alerting, file transfer, and AI agent. - [Bulk Data Sync](https://prismatic.io/docs/integrations/common-patterns/bulk-data-sync.md): How to backfill large datasets on deploy and process real-time webhook events through the same execution path using batchFlowTrigger - [Using a FIFO Queue to Ensure In-Order Processing](https://prismatic.io/docs/integrations/common-patterns/fifo-queue.md): Use a FIFO queue from Amazon SQS or Azure Service Bus to ensure in-order processing of requests. - [Handling Large Files](https://prismatic.io/docs/integrations/common-patterns/large-files.md): Learn how to handle transferring large files between systems using Prismatic - [Loop Over and Process Files](https://prismatic.io/docs/integrations/common-patterns/loop-over-files.md): This tutorial shows you how to build an integration that works with files stored in Google Cloud Storage. Learn how to loop over these files with Prismatic. - [Loop Over a Paginated API](https://prismatic.io/docs/integrations/common-patterns/loop-over-paginated-api.md): Learn to loop over an API that returns one "page" of results at a time. - [Processing Data in Parallel](https://prismatic.io/docs/integrations/common-patterns/processing-data-in-parallel.md): This tutorial demonstrates how to process data in parallel by splitting the data into manageable chunks. - [Processing Data with Recursive Flows](https://prismatic.io/docs/integrations/common-patterns/processing-data-recursive-flows.md): A strategy for importing large amounts of data from a third-party API #### Config Wizard - [Config Wizard Overview](https://prismatic.io/docs/integrations/config-wizard.md): Create an intuitive configuration experience for customers deploying instances of your integrations - [Config Pages](https://prismatic.io/docs/integrations/config-wizard/config-pages.md): Your customers navigate through configuration pages as they work through your config wizard - [Config Variables](https://prismatic.io/docs/integrations/config-wizard/config-variables.md): You can create string, boolean, dropdown, list, and more types of config variables in a config wizard - [User Level Configuration](https://prismatic.io/docs/integrations/config-wizard/user-level-configuration.md): Configure an instance of an integration for a customer with multiple users #### Low-Code Integrations - [Low-Code Integration Designer](https://prismatic.io/docs/integrations/low-code-integration-designer.md): Build reusable integrations using a series of flows, triggers, and steps - [Branching](https://prismatic.io/docs/integrations/low-code-integration-designer/branching.md): You can create logical branches in your integration based on conditional logic - [Code Step Overview](https://prismatic.io/docs/integrations/low-code-integration-designer/code-step.md): Write JavaScript code in-line in your low-code integration - [Using a Code Component to Transform Data](https://prismatic.io/docs/integrations/low-code-integration-designer/code-step/code-component-to-transform-data.md): Using a code component to transform data - [Generating a PDF with a Code Step](https://prismatic.io/docs/integrations/low-code-integration-designer/code-step/generating-a-pdf-with-a-code-component.md): In this tutorial, we import an external library and generate a PDF using the Prismatic code step - [Low-Code Integration Designer Error Handling](https://prismatic.io/docs/integrations/low-code-integration-designer/error-handling.md): Handle errors at the flow or step level - [Flows](https://prismatic.io/docs/integrations/low-code-integration-designer/flows.md): An integration can contain one or more flows, each with a distinct trigger and series of steps - [Looping](https://prismatic.io/docs/integrations/low-code-integration-designer/looping.md): Iterate over an array of records - [Passing Data Between Steps](https://prismatic.io/docs/integrations/low-code-integration-designer/passing-data-between-steps.md): Steps can yield output data that subsequent steps consume as input - [Raw Request Actions](https://prismatic.io/docs/integrations/low-code-integration-designer/raw-request-actions.md): Sometimes a component doesn't have an action for a specific endpoint. In those cases, you can use a raw request action to send a request to the API. - [Steps](https://prismatic.io/docs/integrations/low-code-integration-designer/steps.md): A flow is made of one or more steps that run in sequence - [Testing Integrations](https://prismatic.io/docs/integrations/low-code-integration-designer/testing.md): How to test your integration as you build it #### Triggers - [Triggers Overview](https://prismatic.io/docs/integrations/triggers.md): Learn about the different ways to trigger your integrations - [App Event Triggers](https://prismatic.io/docs/integrations/triggers/app-events.md): Listen to events in external apps - [Cross-Flow Trigger](https://prismatic.io/docs/integrations/triggers/cross-flow.md): Call other flows within the same integration - [Endpoint Configuration](https://prismatic.io/docs/integrations/triggers/endpoint-configuration.md): You can choose to assign a unique webhook URL to each flow, have each instance share an endpoint, or share an endpoint for all instances of an integration - [Flow Concurrency & FIFO](https://prismatic.io/docs/integrations/triggers/fifo-queue.md): Manage how your flows behave when multiple invocations occur simultaneously. - [Listening Mode](https://prismatic.io/docs/integrations/triggers/listening-mode.md): Use listening mode to test webhooks in the integration designer - [Management Triggers](https://prismatic.io/docs/integrations/triggers/management.md): Run certain flows of your integration when an instance is created or removed - [Schedule Triggers](https://prismatic.io/docs/integrations/triggers/schedule.md): You can run integrations on a schedule - [Single-Endpoint Webhook Integrations](https://prismatic.io/docs/integrations/triggers/single-endpoint-webhook-integrations.md): Some apps, like Slack, Dropbox or Hubspot, require a single endpoint to be configured for all events. This guide explains how to route events to the correct instance in such cases. - [Universal Webhook Trigger](https://prismatic.io/docs/integrations/triggers/universal-webhook.md): The universal webhook trigger when a connector does not have a dedicated built-in trigger - [Using Shared Webhooks and Preprocess Flows](https://prismatic.io/docs/integrations/triggers/using-shared-webhooks-and-preprocess-flows.md): Learn how to use a shared webhook endpoint for multiple customers, and route webhook invocations to specific customers and flows. - [What is a Webhook?](https://prismatic.io/docs/integrations/triggers/webhook.md): Learn about webhooks and how to use them. - [Custom HMAC Trigger](https://prismatic.io/docs/integrations/triggers/webhook/custom-hmac-trigger.md): How to build a custom HMAC trigger - [Sending data to webhook triggers](https://prismatic.io/docs/integrations/triggers/webhook/sending-data.md): You can send several types of data to a webhook endpoint - [Synchronous and Asynchronous Invocations](https://prismatic.io/docs/integrations/triggers/webhook/synchronous-and-asynchronous.md): A webhook can be invoked synchronously or asynchronously - [What is HMAC?](https://prismatic.io/docs/integrations/triggers/webhook/what-is-hmac.md): Here's a simple way to ensure that only authorized systems can send data to webhook endpoints. ### Custom Connectors > Build custom connectors to integrate with any system. - [Custom Connectors Overview](https://prismatic.io/docs/custom-connectors.md): Prismatic allows developer users to write custom API connectors and other components for their integrations. Learn more about creating custom components with Prismatic. - [Custom Actions](https://prismatic.io/docs/custom-connectors/actions.md): Build custom actions in a custom connector - [Handling Binary Files](https://prismatic.io/docs/custom-connectors/binary-files.md): Handling binary files in a custom connector - [Branching in Custom Actions and Triggers](https://prismatic.io/docs/custom-connectors/branching.md): Add branching logic to a custom action or trigger - [Custom Connections](https://prismatic.io/docs/custom-connectors/connections.md): Connect to third-party applications with custom connectors - [Writing Custom Data Sources](https://prismatic.io/docs/custom-connectors/data-sources.md): Fetch data from a third-party API to present in the config wizard - [Data Sources in Embedded Workflow Builder](https://prismatic.io/docs/custom-connectors/data-sources-in-embedded-workflow-builder.md): Use data sources in custom connectors to provide dynamic action input options in the embedded workflow builder - [Custom Connector Error Handling](https://prismatic.io/docs/custom-connectors/error-handling.md): Handling errors in a custom component - [Fork an Built-in Connector](https://prismatic.io/docs/custom-connectors/fork-built-in-connector.md): Learn how to fork an existing connector to meet your needs - [Prismatic Skills for Claude Code](https://prismatic.io/docs/custom-connectors/get-started/ai-assisted-development.md): Use Prismatic Skills to accelerate code-native integration and custom connector development with Claude Code - [Set Up Your Dev Environment](https://prismatic.io/docs/custom-connectors/get-started/setup.md): Set up your dev environment for code native integration or custom connector development - [Handling Large Files in Custom Components](https://prismatic.io/docs/custom-connectors/handling-large-files-in-custom-components.md): Learn how to leverage Node.js streams to handle large files - [Initializing a New Component](https://prismatic.io/docs/custom-connectors/initializing.md): Use the prism CLI tool to initialize a new custom connector - [Handling API Pagination](https://prismatic.io/docs/custom-connectors/pagination.md): Handle API pagination in a custom connector - [Publishing a Custom Component](https://prismatic.io/docs/custom-connectors/publishing.md): Use the prism CLI tool to publish your custom component - [Custom Triggers](https://prismatic.io/docs/custom-connectors/triggers.md): Build custom triggers in a custom connector - [Unit Testing for Custom Connectors](https://prismatic.io/docs/custom-connectors/unit-testing.md): Unit testing your custom connector - [Webhooks](https://prismatic.io/docs/custom-connectors/webhooks.md): Manage Webhooks from a custom connector ### Embed Prismatic > Learn how to embed Prismatic's integration capabilities into your own application. - [Prismatic's Embedded SDK](https://prismatic.io/docs/embed.md): Embed Prismatic's marketplace or integration builder in your app - [Additional Screens Overview](https://prismatic.io/docs/embed/additional-screens.md): Learn about embedding additional Prismatic screens in your application - [Embedding Component Screens](https://prismatic.io/docs/embed/additional-screens/show-components.md): Embed Prismatic component screens in your application - [Embedding the Connections Screen](https://prismatic.io/docs/embed/additional-screens/show-connections.md): Embed the Prismatic connections management screen in your application - [Embedding the Customer Dashboard](https://prismatic.io/docs/embed/additional-screens/show-dashboard.md): Embed the Prismatic customer dashboard in your application - [Embedding the Logs Screen](https://prismatic.io/docs/embed/additional-screens/show-logs.md): Embed the Prismatic logs screen in your application - [Custom Marketplace UI](https://prismatic.io/docs/embed/custom-marketplace-ui.md): Build a custom marketplace UI by querying Prismatic's API - [Embedded API Requests](https://prismatic.io/docs/embed/embedded-api-requests.md): Learn how to make API requests to Prismatic's GraphQL API using the embedded SDK - [Embedding Without SDK](https://prismatic.io/docs/embed/get-started/embed-without-sdk.md): Embed the Prismatic marketplace without the embedded SDK - [Installing the Embedded SDK](https://prismatic.io/docs/embed/get-started/install-embedded-sdk.md): Install Prismatic's embedded SDK in your app - [Embedding Marketplace](https://prismatic.io/docs/embed/marketplace.md): Embed Prismatic's integration marketplace in your app - [Theming Embedded](https://prismatic.io/docs/embed/theming.md): Customize the embedded theme colors and more - [Translations and Internationalization (i18n)](https://prismatic.io/docs/embed/translations-and-internationalization.md): Translate phrases in embedded marketplace and workflow builder for international users - [Embedded Workflow Builder Overview](https://prismatic.io/docs/embed/workflow-builder.md): Prismatic's Embedded Workflow Builder lets your customers create & manage custom workflows inside your application. Learn how with Prismatic now. - [AI Copilot for Workflow Builder](https://prismatic.io/docs/embed/workflow-builder/ai-copilot.md): The embedded workflow builder includes an AI copilot that your customers can use to get help building their workflows. - [Embedded Workflow Builder White-label Docs](https://prismatic.io/docs/embed/workflow-builder/documentation.md): Offer white-label documentation to your customers - [White-label Documentation Preview](https://prismatic.io/docs/embed/workflow-builder/documentation-preview.md): A preview of the white-label documentation for the embedded workflow builder. - [Tips for Success with Workflow Builder](https://prismatic.io/docs/embed/workflow-builder/preparing-for-embedded-workflow-builder.md): Learn how to set up custom components, connections, and workflow templates so your customers can build integrations successfully in the embedded workflow builder. - [Embedding Workflow Builder](https://prismatic.io/docs/embed/workflow-builder/workflow-builder.md): Our Embedded Workflow Builder lets you create & manage workflows in your app. Learn how to allow the embedded workflow builder option with Prismatic. - [Workflow Contexts](https://prismatic.io/docs/embed/workflow-builder/workflow-contexts.md): Pre-configure triggers, inputs, and available actions so your customers can build workflows from a guided starting point instead of a blank canvas. - [Workflow Builder Templates](https://prismatic.io/docs/embed/workflow-builder/workflow-templates.md): Create reusable workflow templates for your customers to use in the embedded workflow builder ## Built-in Connectors - [Built-in Connector Catalog](https://prismatic.io/docs/components.md): View the complete list of all connectors that Prismatic offers - [Adobe Acrobat Sign Connector](https://prismatic.io/docs/components/adobe-acrobat-sign.md): Adobe Acrobat Sign is an e-signature management solution. Use the Adobe Acrobat Sign component to send, sign, track, and manage the signature process.. Learn more about using Prismatic's Adobe Acrobat Sign component. - [Adobe Analytics Connector](https://prismatic.io/docs/components/adobe-analytics.md): Manage companies, report suites, metrics, dimensions and more within Adobe Analytics.. Learn more about using Prismatic's Adobe Analytics component. - [Adobe Commerce Magento Connector](https://prismatic.io/docs/components/adobe-commerce-magento.md): Adobe Commerce (Magento) is an open-source e-commerce platform. Use the Adobe Commerce component to manage your Products, Orders, Customers, and Transactions.. Learn more about using Prismatic's Adobe Commerce Magento component. - [Adobe I/O Events Connector](https://prismatic.io/docs/components/adobe-io-events.md): Adobe I/O Events notifies you when changes occur. Use the Adobe I/O Events component to easily integrate events into your applications using Webhooks.. Learn more about using Prismatic's Adobe I/O Events component. - [ADP Workforce Now Connector](https://prismatic.io/docs/components/adp-workforce-now.md): Manage applicants, workers, and payroll data in ADP Workforce Now.. Learn more about using Prismatic's ADP Workforce Now component. - [Airtable Connector](https://prismatic.io/docs/components/airtable.md): Manage records, tables, and bases in Airtable.. Learn more about using Prismatic's Airtable component. - [Algolia Connector](https://prismatic.io/docs/components/algolia.md): Manage search indexes, records, and settings in Algolia.. Learn more about using Prismatic's Algolia component. - [Amazon Seller Central Connector](https://prismatic.io/docs/components/amazon-seller-central.md): Manage product listings, orders, inventory, and fulfillment in Amazon Seller Central.. Learn more about using Prismatic's Amazon Seller Central component. - [AMQP Connector](https://prismatic.io/docs/components/amqp.md): Send and receive messages on an AMQP-based message broker. Learn more about using Prismatic's AMQP component. - [Anthropic Connector](https://prismatic.io/docs/components/anthropic.md): Generate chat responses and completions using Anthropic's Claude models.. Learn more about using Prismatic's Anthropic component. - [ArcGIS Connector](https://prismatic.io/docs/components/arcgis.md): Use the Esri ArcGIS component to manage map layers, and update locations.. Learn more about using Prismatic's ArcGIS component. - [Arena PLM Connector](https://prismatic.io/docs/components/arena-plm.md): Interact with items and resources in Arena PLM. Learn more about using Prismatic's Arena PLM component. - [Asana Connector](https://prismatic.io/docs/components/asana.md): Manage users, projects, and teams in your Asana workspace.. Learn more about using Prismatic's Asana component. - [Aspose Connector](https://prismatic.io/docs/components/aspose.md): Convert and manipulate documents and PDFs in Aspose.. Learn more about using Prismatic's Aspose component. - [Jira Connector](https://prismatic.io/docs/components/atlassian-jira.md): Manage issues, comments, projects, and users in Jira.. Learn more about using Prismatic's Jira component. - [Amazon DynamoDB Connector](https://prismatic.io/docs/components/aws-dynamodb.md): Manage tables and items in Amazon DynamoDB.. Learn more about using Prismatic's Amazon DynamoDB component. - [AWS Glue Connector](https://prismatic.io/docs/components/aws-glue.md): Manage AWS Glue crawlers, jobs, and triggers.. Learn more about using Prismatic's AWS Glue component. - [AWS Lambda Connector](https://prismatic.io/docs/components/aws-lambda.md): List and invoke AWS Lambda functions. Learn more about using Prismatic's AWS Lambda component. - [Redshift Connector](https://prismatic.io/docs/components/aws-redshift.md): Execute SQL statements and manage data in Amazon Redshift using the AWS Redshift Data API. Learn more about using Prismatic's Redshift component. - [Amazon S3 Connector](https://prismatic.io/docs/components/aws-s3.md): Manage objects and buckets in Amazon S3.. Learn more about using Prismatic's Amazon S3 component. - [Amazon SES Connector](https://prismatic.io/docs/components/aws-ses.md): Send Emails through Amazon (AWS) SES. Learn more about using Prismatic's Amazon SES component. - [Amazon SNS Connector](https://prismatic.io/docs/components/aws-sns.md): Manage topics, subscriptions, and messages in Amazon SNS.. Learn more about using Prismatic's Amazon SNS component. - [Amazon SQS Connector](https://prismatic.io/docs/components/aws-sqs.md): Send, receive and manage messages within an Amazon (AWS) SQS queue. Learn more about using Prismatic's Amazon SQS component. - [Azure Blob Storage Connector](https://prismatic.io/docs/components/azure-blob.md): Manage files and folders within Azure Blob Storage. Learn more about using Prismatic's Azure Blob Storage component. - [Azure Cosmos DB Connector](https://prismatic.io/docs/components/azure-cosmos-db.md): Manage databases, collections, and documents within Azure Cosmos DB.. Learn more about using Prismatic's Azure Cosmos DB component. - [Azure Event Grid Connector](https://prismatic.io/docs/components/azure-event-grid.md): Azure Event Grid is an event routing service that can be used to build event driven applications by distributing events from various sources to subscribers.. Learn more about using Prismatic's Azure Event Grid component. - [Azure Files Connector](https://prismatic.io/docs/components/azure-files.md): Manage files and folders within Azure Files.. Learn more about using Prismatic's Azure Files component. - [Azure OpenAI Service Connector](https://prismatic.io/docs/components/azure-openai-service.md): Generate completions and images using Azure OpenAI Service or OpenAI API.. Learn more about using Prismatic's Azure OpenAI Service component. - [Azure Service Bus Connector](https://prismatic.io/docs/components/azureServiceBus.md): Interact with message queues and publish-subscribe topics (in a namespace). Learn more about using Prismatic's Azure Service Bus component. - [BambooHR Connector](https://prismatic.io/docs/components/bamboohr.md): Manage employees and HR data in BambooHR.. Learn more about using Prismatic's BambooHR component. - [BigCommerce Connector](https://prismatic.io/docs/components/bigcommerce.md): Manage products, brands, categories, and more on the BigCommerce ecommerce platform.. Learn more about using Prismatic's BigCommerce component. - [Bill Connector](https://prismatic.io/docs/components/bill.md): Use the Bill component to manage Bank Accounts, Invoices, Bills, and more.. Learn more about using Prismatic's Bill component. - [Box Connector](https://prismatic.io/docs/components/box.md): Manage files stored in Box. Learn more about using Prismatic's Box component. - [Branch Connector](https://prismatic.io/docs/components/branch.md): Choose which step to execute next based on a condition or value. Learn more about using Prismatic's Branch component. - [Bynder Connector](https://prismatic.io/docs/components/bynder.md): Bynder is a leading digital asset management software that allows users to easily create, find, and use content, such as documents, graphics, and videos.. Learn more about using Prismatic's Bynder component. - [Calendly Connector](https://prismatic.io/docs/components/calendly.md): Calendly is an industry leading scheduling solution for businesses. Use the Calendly component to manage the scheduling of events; attendee availability; and retrieve pertinent data on users and attendees.. Learn more about using Prismatic's Calendly component. - [Canny Connector](https://prismatic.io/docs/components/canny.md): Interact with the Canny API to manage feedback boards, posts, votes, comments, and users.. Learn more about using Prismatic's Canny component. - [Change Data Format Connector](https://prismatic.io/docs/components/change-data-format.md): Change data from one format to another. Learn more about using Prismatic's Change Data Format component. - [ClickUp Connector](https://prismatic.io/docs/components/click-up.md): Manage tasks, lists, spaces, time tracking, and team members in ClickUp.. Learn more about using Prismatic's ClickUp component. - [Code Connector](https://prismatic.io/docs/components/code.md): Author and run your own code. Learn more about using Prismatic's Code component. - [Collection Tools Connector](https://prismatic.io/docs/components/collection-tools.md): Common collection operations. Learn more about using Prismatic's Collection Tools component. - [Confluence Connector](https://prismatic.io/docs/components/confluence.md): Confluence is an open and shared workspace platform provided by Atlassian. Use the Confluence component to manage spaces, pages, and content properties.. Learn more about using Prismatic's Confluence component. - [Contentful Connector](https://prismatic.io/docs/components/contentful.md): Manage spaces, environments, entries, assets, and organizations in Contentful. Learn more about using Prismatic's Contentful component. - [Cross Flow Connector](https://prismatic.io/docs/components/cross-flow.md): The Cross Flow component includes triggers and actions for flow to flow invocations.. Learn more about using Prismatic's Cross Flow component. - [CSV Connector](https://prismatic.io/docs/components/csv.md): Build and parse CSV files to and from JavaScript arrays. Learn more about using Prismatic's CSV component. - [Customer.io Connector](https://prismatic.io/docs/components/customer-io.md): Manage customers on the Customer.io platform.. Learn more about using Prismatic's Customer.io component. - [Data Mapper Connector](https://prismatic.io/docs/components/data-mapper.md): Map input values to output values using a specified mapping. Learn more about using Prismatic's Data Mapper component. - [Databricks Connector](https://prismatic.io/docs/components/databricks.md): Manage compute, workflow jobs, ML models, SQL queries and more within a Databricks workspace.. Learn more about using Prismatic's Databricks component. - [Datadog Connector](https://prismatic.io/docs/components/datadog.md): Interact with the Datadog API to submit metrics, manage webhooks, and monitor your infrastructure and application performance.. Learn more about using Prismatic's Datadog component. - [Date/Time Connector](https://prismatic.io/docs/components/datetime.md): Get and adjust Date/Time values. Learn more about using Prismatic's Date/Time component. - [DeepSeek Connector](https://prismatic.io/docs/components/deepseek.md): Generate chat completions and manage models with DeepSeek AI.. Learn more about using Prismatic's DeepSeek component. - [DocuSign Connector](https://prismatic.io/docs/components/docusign.md): Use the DocuSign component to manage signature collection and document distribution.. Learn more about using Prismatic's DocuSign component. - [Domo Connector](https://prismatic.io/docs/components/domo.md): Manage datasets, streams, users, groups, pages, and projects in Domo.. Learn more about using Prismatic's Domo component. - [Dropbox Connector](https://prismatic.io/docs/components/dropbox.md): Manage files stored in Dropbox. Learn more about using Prismatic's Dropbox component. - [Duro PLM Connector](https://prismatic.io/docs/components/duro-plm.md): Manage products, components, and change orders in Duro PLM.. Learn more about using Prismatic's Duro PLM component. - [Expensify Connector](https://prismatic.io/docs/components/Expensify.md): Expensify provides an industry leading expense management system. Use the Expensify component to programmatically download expense report data for analysis or insertion into your accounting package, provision accounts for new hires, and much more.. Learn more about using Prismatic's Expensify component. - [Meta Ads Connector](https://prismatic.io/docs/components/facebook-marketing.md): Interact with ads and adsets in your Meta Ads account.. Learn more about using Prismatic's Meta Ads component. - [Firebase Connector](https://prismatic.io/docs/components/firebase.md): Create, read, update, and delete documents in a Firebase Cloud Firestore database collection.. Learn more about using Prismatic's Firebase component. - [First Resonance ION Connector](https://prismatic.io/docs/components/first-resonance.md): Manage purchase orders and manufacturing data in First Resonance ION.. Learn more about using Prismatic's First Resonance ION component. - [Fluent Commerce Connector](https://prismatic.io/docs/components/fluent-commerce.md): Manage orders within Fluent Commerce. Learn more about using Prismatic's Fluent Commerce component. - [Freshservice Connector](https://prismatic.io/docs/components/freshservice.md): Manage tickets, problems, agents, and assets in Freshservice.. Learn more about using Prismatic's Freshservice component. - [Frontify Connector](https://prismatic.io/docs/components/frontify.md): Frontify is a comprehensive brand management platform that enables organizations to create, manage, and distribute brand assets, guidelines, and digital content across teams and channels, streamlining brand consistency and collaboration.. Learn more about using Prismatic's Frontify component. - [FTP Connector](https://prismatic.io/docs/components/ftp.md): Manage files and directories on an FTP server. Learn more about using Prismatic's FTP component. - [GitHub Connector](https://prismatic.io/docs/components/github.md): Manage repositories, issues, pull requests, and workflows in GitHub.. Learn more about using Prismatic's GitHub component. - [Gong Connector](https://prismatic.io/docs/components/gong.md): Manage calls, users, and workspaces in the Gong revenue intelligence platform.. Learn more about using Prismatic's Gong component. - [Google Ads Connector](https://prismatic.io/docs/components/google-ads.md): Manage campaigns, conversions, customers, and local services in Google Ads.. Learn more about using Prismatic's Google Ads component. - [Google Analytics - UA Connector](https://prismatic.io/docs/components/google-analytics.md): Manage Google Analytics. Learn more about using Prismatic's Google Analytics - UA component. - [Google Analytics - GA4 Connector](https://prismatic.io/docs/components/google-analytics-ga4.md): Manage Google Analytics GA4 accounts and data. Learn more about using Prismatic's Google Analytics - GA4 component. - [Google Calendar Connector](https://prismatic.io/docs/components/google-calendar.md): Manage calendars and events in Google Calendar. Learn more about using Prismatic's Google Calendar component. - [Google Cloud BigQuery Connector](https://prismatic.io/docs/components/google-cloud-bigquery.md): BigQuery is Google Cloud's fully managed, petabyte-scale, and cost-effective analytics data warehouse that lets you run analytics over vast amounts of data in near real time.. Learn more about using Prismatic's Google Cloud BigQuery component. - [Google Cloud Pub/Sub Connector](https://prismatic.io/docs/components/google-cloud-pub-sub.md): Manage topics, subscriptions, and messages in Google Cloud Pub/Sub.. Learn more about using Prismatic's Google Cloud Pub/Sub component. - [Google Cloud Storage Connector](https://prismatic.io/docs/components/google-cloud-storage.md): Manage files in a Google Cloud Platform (GCP) Cloud Storage bucket. Learn more about using Prismatic's Google Cloud Storage component. - [Google Shopping Connector](https://prismatic.io/docs/components/google-content-shopping.md): Manage products, inventory, and orders in Google Merchant Center.. Learn more about using Prismatic's Google Shopping component. - [Google Docs Connector](https://prismatic.io/docs/components/google-docs.md): Create, retrieve, and update Google Docs documents.. Learn more about using Prismatic's Google Docs component. - [Google Drive Connector](https://prismatic.io/docs/components/google-drive.md): Manage files in Google Drive. Learn more about using Prismatic's Google Drive component. - [Google Gemini Connector](https://prismatic.io/docs/components/google-gemini.md): Interact with Google Gemini AI models to generate text, images, videos, and manage chat conversations.. Learn more about using Prismatic's Google Gemini component. - [Gmail Connector](https://prismatic.io/docs/components/google-gmail.md): Manage messages, labels, and drafts in Gmail.. Learn more about using Prismatic's Gmail component. - [Google Sheets Connector](https://prismatic.io/docs/components/google-sheets.md): Manage spreadsheets, sheets, and rows in Google Sheets.. Learn more about using Prismatic's Google Sheets component. - [Gorgias Connector](https://prismatic.io/docs/components/gorgias.md): Gorgias is a customer support platform designed to help e-commerce businesses manage customer inquiries and support tickets efficiently.. Learn more about using Prismatic's Gorgias component. - [GoTo Webinar Connector](https://prismatic.io/docs/components/gotowebinar.md): GoTo Webinar is a platform for hosting, managing, and attending live or pre-recorded webinars.. Learn more about using Prismatic's GoTo Webinar component. - [GraphQL Connector](https://prismatic.io/docs/components/graphql.md): Make GraphQL requests (queries and mutations) to a GraphQL-based API. Learn more about using Prismatic's GraphQL component. - [Greenhouse Connector](https://prismatic.io/docs/components/greenhouse.md): Manage candidates, applications, and job postings in Greenhouse.. Learn more about using Prismatic's Greenhouse component. - [Guru Connector](https://prismatic.io/docs/components/guru.md): Manage cards, collections, and folders in the Guru knowledge management platform.. Learn more about using Prismatic's Guru component. - [Gusto Connector](https://prismatic.io/docs/components/gusto.md): Manage payroll, benefits, and human resource within Gusto. Learn more about using Prismatic's Gusto component. - [Hash Connector](https://prismatic.io/docs/components/hash.md): Compute hashes of strings using common hash functions. Learn more about using Prismatic's Hash component. - [HiBob Connector](https://prismatic.io/docs/components/hibob.md): Manage employees, tasks, documents, and custom tables in HiBob.. Learn more about using Prismatic's HiBob component. - [HTML Utils Connector](https://prismatic.io/docs/components/html-utils.md): Helpful HTML-related functions for building HTML documents and HTML-based emails.. Learn more about using Prismatic's HTML Utils component. - [HTTP Connector](https://prismatic.io/docs/components/http.md): Make HTTP requests to APIs and endpoints.. Learn more about using Prismatic's HTTP component. - [HubSpot Connector](https://prismatic.io/docs/components/hubspot.md): Manage records and associations in the HubSpot CRM platform. Learn more about using Prismatic's HubSpot component. - [IMAP Connector](https://prismatic.io/docs/components/imap.md): Interact with your IMAP email account. Learn more about using Prismatic's IMAP component. - [Intercom Connector](https://prismatic.io/docs/components/intercom.md): Manage companies, contacts and tags on the Intercom platform. Learn more about using Prismatic's Intercom component. - [Jamf Connector](https://prismatic.io/docs/components/jamf.md): Manage Apple devices, policies, scripts, and users with Jamf Pro and Jamf School.. Learn more about using Prismatic's Jamf component. - [Jira Service Management Connector](https://prismatic.io/docs/components/jira-service-management.md): Interact with the Jira Service Management API to manage service requests, issues, request types, queues, and approvals.. Learn more about using Prismatic's Jira Service Management component. - [JSONata Connector](https://prismatic.io/docs/components/jsonata.md): Transform data using the JSONata query and transformation language. Learn more about using Prismatic's JSONata component. - [JSON Forms Connector](https://prismatic.io/docs/components/jsonforms.md): Create powerful custom forms for the configuration wizard. Learn more about using Prismatic's JSON Forms component. - [Kafka Connector](https://prismatic.io/docs/components/kafka.md): Publish and consume messages from Apache Kafka event streams.. Learn more about using Prismatic's Kafka component. - [Karbon Connector](https://prismatic.io/docs/components/karbon.md): Karbon is a collaborative practice management platform for accounting firms.. Learn more about using Prismatic's Karbon component. - [Klaviyo Connector](https://prismatic.io/docs/components/klaviyo.md): Klaviyo is a cloud based email marketing solution that enables e-commerce businesses to create, send, and analyze email and SMS campaigns.. Learn more about using Prismatic's Klaviyo component. - [Active Directory Connector](https://prismatic.io/docs/components/ldap.md): Connect to an Active Directory server.. Learn more about using Prismatic's Active Directory component. - [Liquid Template Connector](https://prismatic.io/docs/components/liquid-template.md): Transform data using a provided Liquid Template. Learn more about using Prismatic's Liquid Template component. - [Log Connector](https://prismatic.io/docs/components/log.md): Write out a log message. Learn more about using Prismatic's Log component. - [Loop Connector](https://prismatic.io/docs/components/loop.md): Repeat a set of steps by iterating over items in a dataset or a fixed number of iterations. Learn more about using Prismatic's Loop component. - [Mailchimp Connector](https://prismatic.io/docs/components/mailchimp.md): Interact with email campaign lists and e-commerce resources.. Learn more about using Prismatic's Mailchimp component. - [Management Trigger Connector](https://prismatic.io/docs/components/management-triggers.md): The management trigger allows you to invoke a flow as part of a setup or management task.. Learn more about using Prismatic's Management Trigger component. - [Adobe Marketo Engage Connector](https://prismatic.io/docs/components/marketo.md): Manage leads, companies, and custom objects in Adobe Marketo Engage.. Learn more about using Prismatic's Adobe Marketo Engage component. - [Math Connector](https://prismatic.io/docs/components/math.md): Perform common math operations on numbers or lists of numbers. Learn more about using Prismatic's Math component. - [MessagePack Connector](https://prismatic.io/docs/components/messagepack.md): Efficiently serialize or deserialize data into a JSON-like format using msgpack. Learn more about using Prismatic's MessagePack component. - [Mixpanel Connector](https://prismatic.io/docs/components/mixpanel.md): Manage events, profiles, and analytics data in Mixpanel.. Learn more about using Prismatic's Mixpanel component. - [Monday Connector](https://prismatic.io/docs/components/monday.md): Manage boards, tasks and workflows within Monday.. Learn more about using Prismatic's Monday component. - [MongoDB Connector](https://prismatic.io/docs/components/mongo.md): Interact with documents in a MongoDB database. Learn more about using Prismatic's MongoDB component. - [MQTT Connector](https://prismatic.io/docs/components/mqtt.md): Interact with an MQTT Queue. Learn more about using Prismatic's MQTT component. - [Microsoft Advertising Connector](https://prismatic.io/docs/components/ms-bing-ads.md): Manage Microsoft Advertising campaigns, ad groups, keywords, audiences, and customer accounts.. Learn more about using Prismatic's Microsoft Advertising component. - [Microsoft Bot Framework Connector](https://prismatic.io/docs/components/ms-bot-framework.md): Manage conversations, messages, and activities in Microsoft Bot Framework.. Learn more about using Prismatic's Microsoft Bot Framework component. - [Microsoft Dynamics 365 Business Central Connector](https://prismatic.io/docs/components/ms-business-central.md): Manage Sales Orders, Customers, Invoices, Vendors, and Shipments in Microsoft Dynamics 365 Business Central.. Learn more about using Prismatic's Microsoft Dynamics 365 Business Central component. - [Microsoft Dynamics 365 Connector](https://prismatic.io/docs/components/ms-dynamics.md): Query, create, update, or delete Microsoft Dynamics 365 entity records.. Learn more about using Prismatic's Microsoft Dynamics 365 component. - [Microsoft Entra ID Connector](https://prismatic.io/docs/components/ms-entra-id.md): Manage users, groups, and applications in Microsoft Entra ID (formerly Azure Active Directory).. Learn more about using Prismatic's Microsoft Entra ID component. - [Microsoft Excel Connector](https://prismatic.io/docs/components/ms-excel.md): Parse and build .xlsx files (spreadsheets). Learn more about using Prismatic's Microsoft Excel component. - [Microsoft Graph API Connector](https://prismatic.io/docs/components/ms-graph-api.md): Access Microsoft 365 services and data through the Microsoft Graph API.. Learn more about using Prismatic's Microsoft Graph API component. - [Microsoft Intune Connector](https://prismatic.io/docs/components/ms-intune.md): Use the Microsoft Intune component to manage users, devices, and applications.. Learn more about using Prismatic's Microsoft Intune component. - [Microsoft OneDrive Connector](https://prismatic.io/docs/components/ms-onedrive.md): Manage drives, files, shared content, and monitor changes in Microsoft OneDrive.. Learn more about using Prismatic's Microsoft OneDrive component. - [Microsoft Outlook Connector](https://prismatic.io/docs/components/ms-outlook.md): Manage emails, calendar events, and subscriptions in Microsoft Outlook.. Learn more about using Prismatic's Microsoft Outlook component. - [Microsoft Power BI Connector](https://prismatic.io/docs/components/ms-power-bi.md): Interact with and modify Power BI datasets. Learn more about using Prismatic's Microsoft Power BI component. - [Microsoft Project Connector](https://prismatic.io/docs/components/ms-project.md): Query reporting data from a Project Web App instance.. Learn more about using Prismatic's Microsoft Project component. - [Microsoft SharePoint Connector](https://prismatic.io/docs/components/ms-sharepoint.md): Manage sites, drives, files, and lists in Microsoft SharePoint.. Learn more about using Prismatic's Microsoft SharePoint component. - [Microsoft SQL Server Connector](https://prismatic.io/docs/components/ms-sql-server.md): Query and manage data in a Microsoft SQL Server (MSSQL) database.. Learn more about using Prismatic's Microsoft SQL Server component. - [Microsoft Teams Connector](https://prismatic.io/docs/components/ms-teams.md): Manage the teams, groups, channels, and messages associated with your Microsoft Teams account. Learn more about using Prismatic's Microsoft Teams component. - [MySQL Connector](https://prismatic.io/docs/components/mysql.md): Query and manage data in a MySQL Database. Learn more about using Prismatic's MySQL component. - [Oracle NetSuite Connector](https://prismatic.io/docs/components/netsuite.md): Manage records and execute queries in Oracle NetSuite.. Learn more about using Prismatic's Oracle NetSuite component. - [New Relic Connector](https://prismatic.io/docs/components/new-relic.md): Send metrics, logs, and events to New Relic observability platform.. Learn more about using Prismatic's New Relic component. - [Notion Connector](https://prismatic.io/docs/components/notion.md): Manage Notion pages, databases, and users. Learn more about using Prismatic's Notion component. - [Odoo Connector](https://prismatic.io/docs/components/odoo.md): Manage records in an Odoo database.. Learn more about using Prismatic's Odoo component. - [Okta Connector](https://prismatic.io/docs/components/okta-management-api.md): Manage users, groups, applications, and authentication policies in Okta.. Learn more about using Prismatic's Okta component. - [OpenAI Connector](https://prismatic.io/docs/components/openai.md): Interact with OpenAI's models and build AI Agents. Learn more about using Prismatic's OpenAI component. - [Oracle Database Connector](https://prismatic.io/docs/components/oracledb.md): Query and manage data in an OracleDB database.. Learn more about using Prismatic's Oracle Database component. - [PagerDuty Connector](https://prismatic.io/docs/components/pagerduty.md): PagerDuty is a platform for managing on-call operations. This component supports PagerDuty REST API V2.. Learn more about using Prismatic's PagerDuty component. - [Paylocity Connector](https://prismatic.io/docs/components/paylocity.md): Paylocity provides a comprehensive product suite and delivers a unified platform for the areas of benefits, core HR, payroll, talent, and workforce management. Use the Paylocity component to connect your workforce management, payroll, and other HR tasks with a variety of applications.. Learn more about using Prismatic's Paylocity component. - [PDF Connector](https://prismatic.io/docs/components/pdf.md): Search and extract data from PDF documents. Learn more about using Prismatic's PDF component. - [PDQ Connector](https://prismatic.io/docs/components/pdq.md): PDQ provides a suite of management tools to automate software deployment, manage patches, and track inventory across a company’s networks. Use the PDQ component to manage deployments, devices, groups, and packages.. Learn more about using Prismatic's PDQ component. - [Persist Data Connector](https://prismatic.io/docs/components/persist-data.md): Persist small amounts of data that will be available later in the execution or in subsequent executions of the Instance. Learn more about using Prismatic's Persist Data component. - [Pretty Good Privacy Connector](https://prismatic.io/docs/components/pgp.md): Create and translate encrypted messages. Learn more about using Prismatic's Pretty Good Privacy component. - [Pipedrive Connector](https://prismatic.io/docs/components/pipedrive.md): Manage leads, companies, activities, and more on the Pipedrive platform.. Learn more about using Prismatic's Pipedrive component. - [PostgreSQL Connector](https://prismatic.io/docs/components/postgres.md): Query and manage data in a PostgreSQL database.. Learn more about using Prismatic's PostgreSQL component. - [Postmark Connector](https://prismatic.io/docs/components/postmark.md): Send transactional emails and manage delivery settings in Postmark.. Learn more about using Prismatic's Postmark component. - [Prismatic Connector](https://prismatic.io/docs/components/prismatic.md): Interact with the Prismatic internal API. Learn more about using Prismatic's Prismatic component. - [Process Data Connector](https://prismatic.io/docs/components/process-data.md): Process data sets. Learn more about using Prismatic's Process Data component. - [Qlik Connector](https://prismatic.io/docs/components/qlik.md): Qlik is a business analytics platform. Use the Qlik component to manage your Data Sets, Assets, and Apps.. Learn more about using Prismatic's Qlik component. - [QuickBooks Connector](https://prismatic.io/docs/components/quickbooks.md): Create and manage customers and invoices within Intuit QuickBooks. Learn more about using Prismatic's QuickBooks component. - [QuickBooks Time Connector](https://prismatic.io/docs/components/quickbooks-time.md): Manage Employee Time Tracking within Intuit QuickBooks Time. Learn more about using Prismatic's QuickBooks Time component. - [Ramp Connector](https://prismatic.io/docs/components/ramp.md): Ramp is a spend management platform focused on automating accounts payable and procurement processes. Use the Ramp component to manage transactions related to vendors, bills, reimbursements and more.. Learn more about using Prismatic's Ramp component. - [Recursive Flow Connector](https://prismatic.io/docs/components/recursive-flow.md): This component allows a flow to call itself with a cursor in order to process large amounts of data in serial.. Learn more about using Prismatic's Recursive Flow component. - [Redis Connector](https://prismatic.io/docs/components/redis.md): Manage items in a Redis database. Learn more about using Prismatic's Redis component. - [Result Placeholder Connector](https://prismatic.io/docs/components/result-placeholder.md): Generate a step output. Learn more about using Prismatic's Result Placeholder component. - [Rippling Connector](https://prismatic.io/docs/components/rippling.md): Rippling makes it easy to manage your company's Payroll, Benefits, HR, and IT—all in one, modern platform.. Learn more about using Prismatic's Rippling component. - [Sage Accounting Connector](https://prismatic.io/docs/components/sage.md): Manage contacts and others connected to your Sage account.. Learn more about using Prismatic's Sage Accounting component. - [Sage 200 Connector](https://prismatic.io/docs/components/sage-200.md): Sage 200 is an online business management solution designed to help businesses manage their finances, customers, and business insight in one solution.. Learn more about using Prismatic's Sage 200 component. - [Sage HR Connector](https://prismatic.io/docs/components/sage-hr.md): Sage HR is all inclusive Human Resource management solution. Use the Sage HR component to manage Employees, Teams, Projects, and more.. Learn more about using Prismatic's Sage HR component. - [Sage Intacct Connector](https://prismatic.io/docs/components/sage-intacct.md): Manage financial data including invoices, payments, vendors, and customers in Sage Intacct.. Learn more about using Prismatic's Sage Intacct component. - [Salesforce Connector](https://prismatic.io/docs/components/salesforce.md): Query, create, update, or delete Salesforce records.. Learn more about using Prismatic's Salesforce component. - [Salesforce Marketing Cloud Connector](https://prismatic.io/docs/components/salesforce-marketing-cloud.md): Manage assets, contacts, journeys, campaigns, transactional messaging, data extensions, automations, and event notifications in Salesforce Marketing Cloud.. Learn more about using Prismatic's Salesforce Marketing Cloud component. - [SAP Business One Connector](https://prismatic.io/docs/components/sap-business-one.md): Manage business partners, orders, inventory, and financial data in SAP Business One.. Learn more about using Prismatic's SAP Business One component. - [SAP ECC Connector](https://prismatic.io/docs/components/sap-ecc.md): Send SOAP requests, call BAPIs, and manage IDocs in SAP ECC.. Learn more about using Prismatic's SAP ECC component. - [SAP SuccessFactors Connector](https://prismatic.io/docs/components/sap-successfactors.md): SAP SuccessFactors is a human resources platform that provides cloud-based solutions to manage various HR functions such as business alignment, people performance, recruitment, and learning activities.. Learn more about using Prismatic's SAP SuccessFactors component. - [SAP S/4HANA Cloud Connector](https://prismatic.io/docs/components/sapS4Hana.md): Manage business partners, sales orders, materials, and other enterprise resources in SAP S/4HANA Public Cloud.. Learn more about using Prismatic's SAP S/4HANA Cloud component. - [Schedule Trigger Connector](https://prismatic.io/docs/components/schedule-triggers.md): The schedule trigger allows you to invoke a flow on a recurring custom schedule.. Learn more about using Prismatic's Schedule Trigger component. - [Segment Connector](https://prismatic.io/docs/components/segment.md): Segment is a customer data platform (CDP) service that simplifies collecting and using data from users of your digital properties (websites, apps, etc.) Use the Segment component to manage your Sources, Warehouses, and Destinations.. Learn more about using Prismatic's Segment component. - [SendGrid Connector](https://prismatic.io/docs/components/sendgrid.md): Manage email delivery and contacts in SendGrid.. Learn more about using Prismatic's SendGrid component. - [ServiceDesk Plus Connector](https://prismatic.io/docs/components/servicedesk-plus.md): ServiceDesk Plus is a comprehensive service desk software that offers a suite of IT Service management, IT asset management, CBDM, and more.. Learn more about using Prismatic's ServiceDesk Plus component. - [ServiceNow Connector](https://prismatic.io/docs/components/servicenow.md): Create records and incidents within ServiceNow. Learn more about using Prismatic's ServiceNow component. - [ServiceTitan Connector](https://prismatic.io/docs/components/servicetitan.md): ServiceTitan is a comprehensive field service management solution that helps businesses manage their operations, workforce, and customer service.. Learn more about using Prismatic's ServiceTitan component. - [SFTP Connector](https://prismatic.io/docs/components/sftp.md): Read, write, move and delete files on an SFTP server. Learn more about using Prismatic's SFTP component. - [ShipBob Connector](https://prismatic.io/docs/components/shipbob.md): Shipbob offers an end to end fulfillment services for Ecommerce vendors.. Learn more about using Prismatic's ShipBob component. - [ShipStation Connector](https://prismatic.io/docs/components/shipstation.md): Manage orders, shipments, and carriers in ShipStation.. Learn more about using Prismatic's ShipStation component. - [Shopify Connector](https://prismatic.io/docs/components/shopify.md): Manage customers, products, and orders in Shopify.. Learn more about using Prismatic's Shopify component. - [Slack Connector](https://prismatic.io/docs/components/slack.md): Send messages, manage conversations, and interact with Slack channels and users.. Learn more about using Prismatic's Slack component. - [Sleep Connector](https://prismatic.io/docs/components/sleep.md): Pause execution for a specific amount of time. Learn more about using Prismatic's Sleep component. - [Smartsheet Connector](https://prismatic.io/docs/components/smartsheet.md): Manage sheets, rows, and workspaces in the Smartsheet platform.. Learn more about using Prismatic's Smartsheet component. - [SMTP Connector](https://prismatic.io/docs/components/smtp.md): Send emails through an SMTP server. Learn more about using Prismatic's SMTP component. - [Snowflake Connector](https://prismatic.io/docs/components/snowflake.md): Execute SQL queries and manage statements in Snowflake.. Learn more about using Prismatic's Snowflake component. - [SOAP Connector](https://prismatic.io/docs/components/soap.md): Interact with a SOAP-based API. Learn more about using Prismatic's SOAP component. - [Square Connector](https://prismatic.io/docs/components/square.md): Manage payments, customers, orders, invoices, and team members in Square.. Learn more about using Prismatic's Square component. - [System Surveyor Connector](https://prismatic.io/docs/components/ssv.md): Design and manage physical spaces in System Surveyor.. Learn more about using Prismatic's System Surveyor component. - [Stop Execution Connector](https://prismatic.io/docs/components/stop-execution.md): Stop the execution of an instance. Learn more about using Prismatic's Stop Execution component. - [Stripe Connector](https://prismatic.io/docs/components/stripe.md): Manage payments, customers, subscriptions, and other objects in your Stripe account.. Learn more about using Prismatic's Stripe component. - [SurveyMonkey Connector](https://prismatic.io/docs/components/surveymonkey.md): Manage surveys, collectors, responses, contacts, and webhooks in SurveyMonkey.. Learn more about using Prismatic's SurveyMonkey component. - [Tableau Connector](https://prismatic.io/docs/components/tableau.md): Manage projects and workbooks in your Tableau site.. Learn more about using Prismatic's Tableau component. - [TeamViewer Connector](https://prismatic.io/docs/components/teamviewer.md): Connect to TeamViewer to automate your remote support tasks.. Learn more about using Prismatic's TeamViewer component. - [Tenable Vulnerability Management Connector](https://prismatic.io/docs/components/tenable-vulnerability-management.md): Assess vulnerabilities; manage assets, users, agents, and more.. Learn more about using Prismatic's Tenable Vulnerability Management component. - [Text Manipulation Connector](https://prismatic.io/docs/components/text-manipulation.md): Perform common operations on strings and arrays of strings. Learn more about using Prismatic's Text Manipulation component. - [Toast Connector](https://prismatic.io/docs/components/toast.md): Use the Toast component to manage Employees, Jobs, Cash Entries, and more.. Learn more about using Prismatic's Toast component. - [Twilio Connector](https://prismatic.io/docs/components/twilio.md): Send SMS messages through Twilio. Learn more about using Prismatic's Twilio component. - [Typeform Connector](https://prismatic.io/docs/components/typeform.md): Typeform is an online form builder that enables users to create interactive and engaging surveys, forms, and quizzes.. Learn more about using Prismatic's Typeform component. - [UKG Pro Connector](https://prismatic.io/docs/components/ukg-pro.md): Manage employees, payroll, and talent onboarding in UKG Pro.. Learn more about using Prismatic's UKG Pro component. - [UUID Connector](https://prismatic.io/docs/components/uuid.md): Generate UUIDs and GUIDs. Learn more about using Prismatic's UUID component. - [Universal Webhook Connector](https://prismatic.io/docs/components/webhook-triggers.md): The Universal Webhook trigger allows you to invoke a flow by making an HTTP request to the trigger's URL.. Learn more about using Prismatic's Universal Webhook component. - [WhatsApp Connector](https://prismatic.io/docs/components/whatsapp.md): Send messages, manage media, and register phone numbers with the WhatsApp Business API. Learn more about using Prismatic's WhatsApp component. - [WooCommerce Connector](https://prismatic.io/docs/components/woo-commerce.md): Easily manage your customers, orders, and products in your WooCommerce platform. Learn more about using Prismatic's WooCommerce component. - [Workday (Beta) Connector](https://prismatic.io/docs/components/workday.md): Workday HCM is a single, cloud-based solution for workforce planning, talent management, and payroll processes.. Learn more about using Prismatic's Workday (Beta) component. - [xAI Grok Connector](https://prismatic.io/docs/components/xai-grok.md): xAI Grok is an AI-powered component that provides advanced chat and image generation capabilities.. Learn more about using Prismatic's xAI Grok component. - [Xero Connector](https://prismatic.io/docs/components/xero.md): Manage invoices, items, accounts, payments, and more in Xero.. Learn more about using Prismatic's Xero component. - [Yoti Sign Connector](https://prismatic.io/docs/components/yoti-sign.md): Yoti Sign is a digital identity and e-signature solution that allows users to verify their identity and sign documents electronically and securely.. Learn more about using Prismatic's Yoti Sign component. - [Zendesk Connector](https://prismatic.io/docs/components/zendesk.md): Manage tickets and users in Zendesk.. Learn more about using Prismatic's Zendesk component. - [Zendesk Sell Connector](https://prismatic.io/docs/components/zendesk-sell.md): Manage leads, contacts, and deals in Zendesk Sell.. Learn more about using Prismatic's Zendesk Sell component. - [Zip Connector](https://prismatic.io/docs/components/zip.md): Provides utility methods for working with zip files. Learn more about using Prismatic's Zip component. - [Zoho Connector](https://prismatic.io/docs/components/zoho.md): Manage records, contacts, and transactions in Zoho CRM and Books. Learn more about using Prismatic's Zoho component. - [Zoom Connector](https://prismatic.io/docs/components/zoom.md): Manage meetings, recordings, users, and webinars in Zoom.. Learn more about using Prismatic's Zoom component. ## API Reference > Comprehensive reference for Prismatic's GraphQL-based API, including schema details and usage examples. - [Prismatic's API Overview](https://prismatic.io/docs/api.md): Learn about Prismatic's GraphQL API - [Authentication](https://prismatic.io/docs/api/authentication.md): Authenticate with Prismatic's GraphQL API - [Authentication in a CI/CD System](https://prismatic.io/docs/api/ci-cd-system.md): Query Prismatic's GraphQL API from a CI/CD system - [Creating Instances Programmatically](https://prismatic.io/docs/api/common-queries/creating-instances.md): Create instances programmatically using Prismatic's GraphQL API - [Fetching Logs Programmatically](https://prismatic.io/docs/api/common-queries/fetching-logs.md): Fetch logs programmatically using Prismatic's GraphQL API - [Fetching Step Results Programmatically](https://prismatic.io/docs/api/common-queries/fetching-step-results.md): Fetch step results programmatically using Prismatic's GraphQL API - [Managing Customers Programmatically](https://prismatic.io/docs/api/common-queries/managing-customers.md): Manage customers programmatically using Prismatic's GraphQL API - [Updating Config Variables Programmatically](https://prismatic.io/docs/api/common-queries/updating-config-variables.md): Update config variables of instances programmatically using Prismatic's GraphQL API - [Determining Webhook URLs Programmatically](https://prismatic.io/docs/api/common-queries/webhook-urls.md): Fetch webhook URLs and instances from webhook URLs programmatically - [Querying Prismatic's API from an HTTP Client](https://prismatic.io/docs/api/get-started/querying-with-http-client.md): Query Prismatic's GraphQL API from an HTTP client - [Query Prismatic's API with Node.js](https://prismatic.io/docs/api/get-started/querying-with-nodejs.md): Query Prismatic's GraphQL API from a Node.js script - [Query Prismatic's API with Python](https://prismatic.io/docs/api/get-started/querying-with-python.md): Query Prismatic's GraphQL API from a Python script - [Using the GraphiQL Explorer](https://prismatic.io/docs/api/get-started/using-prismatic-graphql-explorer.md): Test GraphQL queries with Prismatic's GraphQL explorer - [GitHub Actions](https://prismatic.io/docs/api/github-actions.md): Learn how to use GitHub Actions to publish custom components and integrations - [Pagination with Prismatic's API](https://prismatic.io/docs/api/pagination.md): Learn how to paginate through results in Prismatic's GraphQL API - [Prismatic API Queries and Mutations](https://prismatic.io/docs/api/queries-and-mutations.md): Queries and mutations using Prismatic's GraphQL API - [What is GraphQL?](https://prismatic.io/docs/api/what-is-graphql.md): Overview of GraphQL and how it works ### API Schema - [Mutations](https://prismatic.io/docs/api/schema/mutations.md): Prismatic GraphQL API Mutations - [Queries](https://prismatic.io/docs/api/schema/queries.md): Prismatic GraphQL API Queries