---
title: "POST /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields"
method: POST
path: "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields"
---

# POST /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields

`POST /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields`

## Path parameters

- `AssistantSid` string, required
- `TaskSid` string, required

## Response `201`

Created

- AutopilotV1AssistantTaskField
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Field resource.
  - `assistant_sid` string, nullable — The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `field_type` string, nullable — The Field Type of the field. Can be: a [Built-in Field Type](https://www.twilio.com/docs/autopilot/built-in-field-types), the unique_name, or the SID of a custom Field Type.
  - `sid` string, nullable — The unique string that we created to identify the Field resource.
  - `task_sid` string, nullable — The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with this Field.
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.
  - `url` string, uri, nullable — The absolute URL of the Field resource.

---

[API](https://skmtc.net/twilio/apis/twilio-autopilot-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-autopilot-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-autopilot-v1/versions/2df5e52c3567/schema)
