Slate
Integrations

Overview

Connect external tools to Slate and keep your data in sync.

Slate integrates with external tools through webhooks, file imports, embeddable forms, and a REST API.

Bringing data in

Inbound WebhooksReceive data from external tools like Zapier, Make, or n8n. Set up a field mapping and Slate creates items automatically
CSV ImportImport items in bulk from a spreadsheet. Map columns to pipeline fields and track progress
Web FormsEmbed a lead capture form on your website. Submissions create items directly in your pipeline
Email InboundReceive emails that create new items or continue existing conversations

Sending data out

Outbound WebhooksSend item data to an external URL when events occur in your pipeline
REST HooksSubscribe to events programmatically via the API. Compatible with Zapier and similar platforms
APIFull access to items, tasks, and pipelines via a REST API
CSV ExportExport report data as CSV for analysis in spreadsheets or BI tools

Source mappings

Source mappings define how incoming data translates to your pipeline fields. There are three types, each for a different data source:

CSV ImportFor importing data from spreadsheet files
IntegrationFor receiving data from external tools via webhooks
Web FormFor capturing leads from embeddable forms on your website

You can create and manage source mappings in Settings → Company Settings → Source Mappings. When creating a mapping, paste a sample payload and Slate automatically detects the fields for you.

How integrations work

Connecting an external tool to Slate typically involves two steps:

  1. Create an integration in Settings → Company Settings → Integrations. This generates a unique webhook URL for the external tool to send data to.
  2. Create a source mapping and select the appropriate type. Define how incoming fields translate to your pipeline fields.

Once configured, the external tool sends data to the webhook URL, Slate applies the mapping, and items are created in your pipeline. If duplicate detection is enabled, it is applied automatically.

This pattern works with any tool that can send HTTPS requests.