---
title: "Create an integration blueprint field"
method: POST
path: "/integration_blueprints/{integration_blueprint_id}/integration_blueprint_fields"
tags: ["Blueprint - Fields"]
---

# Create an integration blueprint field

`POST /integration_blueprints/{integration_blueprint_id}/integration_blueprint_fields`

Use this endpoint to create an integration blueprint field in the specified integration blueprint.

## Path parameters

- `integration_blueprint_id` integer, required

## Headers

- `x-oneflow-api-token` string, required

## Request body

- object — Request body to create a new integration blueprint field.
  - `custom_id` string, required — A single unique ID of the integration blueprint field.
  - `description` string, nullable — The description of the integration blueprint field.
  - `mapping_required` boolean — A flag to indicate if the mapping is required for integration blueprint field.
  - `name` string, required — The name of the integration blueprint field.

## Response `200`

Returns the created integration blueprint field.

- object — An integration blueprint field.
  - `created_time` string, datetime, required
  - `custom_id` string, required
  - `description` string, nullable, required
  - `id` integer, required
  - `mapping_required` boolean, required
  - `name` string, required
  - `updated_time` string, datetime, nullable, required

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The API token or the user email is invalid.
- `404` — A required entity is missing.
- `409` — A conflict occurred with the current state of the target resource.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/revisions/0e73a45dec15/schema)
