v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Blueprints

Create an integration blueprint

Use this endpoint to create an integration blueprint.

post/integration_blueprints

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

Request body

enabledboolean required

A flag to indicate if the integration blueprint is enabled.

descriptionstring

The description of the integration blueprint.

integration_idinteger required

The ID of the integration this blueprint belongs to.

namestring required

The name of the integration blueprint.

Example request

{
  "description": "First integration blueprint.",
  "integration_blueprint_fields": [
    {
      "custom_id": "custom_id_integration_blueprint_field_1",
      "name": "First Integration Blueprint Field"
    }
  ],
  "integration_id": 230062,
  "name": "First Integration blueprint"
}

Response

Returns the created integration blueprint.

created_timestring datetime nullable
descriptionstring nullable
enabledboolean required
idinteger required
integration_idinteger nullable required
namestring required
updated_timestring datetime nullable