POST /new

Creates a new application.

Resource Name: /applications/new

Permissions Required:
  • Create new application
Request Body:

Element

Type

Description

name mandatory

String

The application's name.

custom_fields
optional

list of CustomField objects

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

contactsoptional

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 object describing the application that was created.

 

â See also: