Skip to content

Accelo

Accelo is a cloud-based platform designed to streamline operations for service businesses by integrating project management, CRM, and billing functionalities into one unified system.

Categories: crm, project-management

Type: accelo/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
deploymentDeploymentSTRINGTEXTActual deployment identifier or name to target a specific deployment within the Accelo platform.true
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Company

Name: createCompany

Creates a new company.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemCompany{STRING(name), STRING(website), STRING(phone), STRING(comments)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{{STRING(id), STRING(name)}(response), {STRING(more_info), STRING(status), STRING(message)}(meta)}OBJECT_BUILDER

Create Contact

Name: createContact

Creates a new contact.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemContact{STRING(firstname), STRING(surname), STRING(company_id), STRING(phone), STRING(email)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{{STRING(id), STRING(firstname), STRING(lastname), STRING(email)}(response), {STRING(more_info), STRING(status), STRING(message)}(meta)}OBJECT_BUILDER

Create Task

Name: createTask

Creates a new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
titleTitleSTRINGTEXTtrue
against_typeAgainst TypeSTRINGSELECTThe type of object the task is against.true
against_idAgainst Object IDSTRINGSELECTID of the object the task is against.true
date_startedStart DateDATEDATEThe date the task is is scheduled to start.true

Output

Type: OBJECT

Properties

NameTypeControl Type
response{STRING(id), STRING(title)}OBJECT_BUILDER
meta{STRING(more_info), STRING(status), STRING(message)}OBJECT_BUILDER

Triggers