Skip to content

Accelo

Reference


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]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
DeploymentSTRINGTEXTActual deployment identifier or name to target a specific deployment within the Accelo platform.
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers


Actions

Create Company

Creates a new company.

Properties

NameTypeControl TypeDescription
Company{STRING(name), STRING(website), STRING(phone), STRING(comments)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create Contact

Creates a new contact.

Properties

NameTypeControl TypeDescription
Contact{STRING(firstname), STRING(surname), STRING(company_id), STRING(phone), STRING(email)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create Task

Creates a new task.

Properties

NameTypeControl TypeDescription
TitleSTRINGTEXT
Against TypeSTRINGSELECTThe type of object the task is against.
Against ObjectSTRINGSELECTObject the task is against.
Start DateDATEDATEThe date the task is is scheduled to start.

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(title)}OBJECT_BUILDER
{STRING(more_info), STRING(status), STRING(message)}OBJECT_BUILDER