---
title: "Run provider setup step"
method: POST
path: "/api/integrations/setup-step"
tags: ["Platform API"]
---

# Run provider setup step

`POST /api/integrations/setup-step`

Run a supported follow-up setup step for a connected provider, such as CRM mappings or webhook setup.

## Request body

- IntegrationSetupStepRequest
  - `provider` 'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon', required — Public integration provider ID.
  - `step` string, required
  - `config` object

## Response `200`

Step-specific setup response.

- object

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Invalid or missing API key.
- `500` — Internal server error.

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
