Overview of Methods

Scope: crm

Who can execute the method: any user

Configurable activities are a type of activity that can only be created from the application. For this type, you can customize the appearance of the activity detail form and its functionality. Methods for working with custom activity types in the timeline

Method

Description

crm.activity.configurable.add

Adds a new configurable activity to the timeline

crm.activity.configurable.update

Updates a configurable activity

crm.activity.configurable.get

Retrieves information about the activity

crm.activity.delete

Deletes a configurable activity by its identifier

crm.activity.list

Retrieves a list of all configurable activities for a CRM entity filtered by PROVIDER_ID = CONFIGURABLE_REST_APP

Warning

The methods crm.activity.configurable.add, crm.activity.configurable.update, crm.activity.configurable.get can only be called in the context of an application.

Additional