
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductCreate a custom field in Asana API
Creates a new custom field in a workspace. Every custom field is required to be created in a specific workspace, and this workspace cannot be changed once set.
A custom field’s name must be unique within a workspace and not conflict
with names of existing task properties such as Due Date
or Assignee
.
A custom field’s type must be one of text
, enum
, multi_enum
, number
,
date
, or people
.
Returns the full record of the newly created custom field.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Data | data.data | object | A generic Asana Resource, containing a globally unique identifier. |
Gid | data.data.gid | string | Globally unique identifier of the resource, as a string. |
Resource Type | data.data.resource_type | string | The base type of this resource. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | object | A generic Asana Resource, containing a globally unique identifier. |
Gid | data.gid | string | Globally unique identifier of the resource, as a string. |
Resource Type | data.resource_type | string | The base type of this resource. |
Name | data.name | string | The name of the custom field. |
Resource Subtype | data.resource_subtype | string | The type of the custom field. Must be one of the given values. |