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

Actions

Create company

Creates a new company

Properties

NameTypeControl TypeDescription
NameSTRINGTEXTThe name of the company
WebsiteSTRINGTEXTThe company’s website.
PhoneSTRINGTEXTA contact phone number for the company.
CommentsSTRINGTEXTAny comments or notes made against the company.

Output

Type: OBJECT

Properties

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

Create contact

Creates a new contact

Properties

NameTypeControl TypeDescription
First nameSTRINGTEXTThe firstname of the contact.
Last nameSTRINGTEXTThe lastname of the contact.
CompanySTRINGSELECTThis is the company the new affiliated contact will be associated with.
PhoneSTRINGTEXTThe contact’s phone number in their role in the associated company.
EmailSTRINGEMAILThe contact’s email address.
PositionSTRINGTEXTThe contact’s position in the associated company.

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(firstname), STRING(surname), STRING(email)}OBJECT_BUILDER
{STRING(more_info), STRING(status), STRING(message)}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