# Create new contact **POST /contacts** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **name** (string) Name of contact - **contact_type_id** (integer(int32)) ID of contact type - **important** (string) Important notes for this contact ## Responses ### 201 Contact added successfully #### Body: application/json (array[array]) ### 400 A validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)