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

optional

List of CustomField objects

Existing custom fields to assign to the application. See CustomField .

contacts

optional

List of ApplicationContact objects

Existing contacts to assign to the application. See ApplicationContact .

labels

optional

List of strings

Existing labels to assign to the application.

flows

optional

List of NewFlow objects

The flows to add to the application. 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: