Overview

You can use Data Connection to configure Webhooks to connect Foundry to systems and workflows outside of Foundry.

Each Webhook provides a way to make a request to an external system outside of Palantir Foundry. For example, you could create a Webhook that performs an HTTP request to an external server when a user selects a button in a Foundry application, connecting that application to existing workflows and source systems.

Each Webhook is associated with a single Source in Data Connection. The Source stores the credentials necessary for connecting to the external system. Depending on the type of Source the Webhook is associated with, certain Task types are available for use. For example, when using REST, you can flexibly configure an HTTP call that should be made to an external service.

Webhooks can be configured flexibly to accept specific inputs and capture outputs from external system requests. Additionally, you can set time, concurrency, and rate limits on Webhook executions. For detailed configuration options, see Webhooks reference.

See these sections of the documentation to learn more about Webhooks: