POST /new
Creates a new application.
Resource Name: /applications/new
Permissions Required:- Create new application
Element |
Type |
Description |
---|---|---|
name mandatory |
String |
The application's name. |
custom_fields
|
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
|
list of strings |
Existing labels to assign to the application. |
flows
|
list of NewFlow objects |
The flows to add to the application. See NewFlow . |
- 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.
An Application object describing the application that was created.
â See also: