---
title: "Configure"
method: POST
path: "/api/workspaces/{workspace_id}/integrations/airtable/configure"
tags: ["airtable"]
---

# Configure

`POST /api/workspaces/{workspace_id}/integrations/airtable/configure`

## Path parameters

- `workspace_id` string, required

## Request body

- AirtablePayload
  - `baseId` string, nullable
  - `baseName` string, nullable
  - `tableId` string, nullable
  - `tableName` string, nullable
  - `viewId` string, nullable
  - `viewName` string, nullable
  - `useCaseId` string, nullable
  - `fieldMapping` object
  - `outputMapping` object
  - `postCallExportEnabled` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
