# Create a fact-find question that is linked to a custom field **POST /api/v2/fact-find/questions/custom-field** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **custom_field_id** (integer) The ID of the custom field that this question belongs to. - **fact_find_block_id** (integer) The ID of the fact find block that this question belongs to. - **field_name** (string) The name of the question. - **is_visible** (boolean) Is fact find question visible. - **is_required** (boolean) Is fact find question required. - **has_conditional** (boolean) Has the question got any conditions. - **condition_type** (string) ALL/ANY. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **field_name** (string) The name of the field. - **position** (string) The position/order of this question within the block. - **is_required** (string) Bool to indicate if the question is required. - **is_visible** (string) Bool to indicate if the question is visible. - **always_required** (string) Bool indicating the underlying database column is NOT NULL; the template builder must not allow this question to be hidden or made non-required. - **has_conditional** (string) Bool to indicate if the question has any conditions. - **condition_type** (string) ALL/ANY. [Powered by Bump.sh](https://bump.sh)