POST /new

Creates a new application.

Resource Name: /applications/new

Permissions Required:
  • Create new application
Request Body:

Element

Type

Description

name

String

The application's name.

custom_fields

Empty or list of CustomField objects

Existing custom fields to assign to the application. See CustomField (see CustomField ).

contacts

Empty or list of ApplicationContact objects

Existing contacts to assign to the application. See ApplicationContact (see ApplicationContact ).

labels

Empty or list of strings

Existing labels to assign to the application.

flows

Empty or list of NewFlow objects

The flows to add to the application. See NewFlow (see NewFlow ).

Validation:
  • Invalid value for existing application custom field.
  • Existing application with the same name.
  • No exiting contact with such email.
  • No exiting contact role.
  • No existing label.
Return:

An Application (see Application ) object describing the application that was created.

 

â See also: