POST /api/v2/custom_objects

Creates an object describing all the properties required to create a custom object record

Allowed For

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
custom_object Object No
custom_object.include_in_list_view Boolean No

Whether to include this object in list views

custom_object.allows_attachments Boolean No

Whether this object allows file attachments

custom_object.description String No

A description of the custom object

custom_object.key String No

Unique identifier. Writable on create only

custom_object.allows_photos Boolean No

Whether this object allows photo uploads

custom_object.title String No

Display name for the object

custom_object.title_pluralized String No

Pluralized version of the object's title

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.