Main Content Area of Configurable Activity
BodyDto is the main content area of the timeline entry.
Parameters of the BodyDto Object
Required parameters are marked with *
|
Field |
Description |
|
logo* |
An object describing the logo of the timeline entry |
|
blocks |
An associative array of objects describing content blocks Warning The array must contain at least one element and no more than 20 elements. |
LogoDto Object
Logo of the timeline entry.
Parameters of the LogoDto Object
Required parameters are marked with *
|
Field |
Description |
|
code* |
Logo code, for example |
|
action |
Action to be taken when the logo is clicked |
Example Object (without content blocks)
{
"body": {
"logo": {
"code": "call-incoming",
"action": {
"type": "redirect",
"uri": "/crm/deal/details/123/"
}
},
"blocks": {
}
},
}
Continue Exploring
- Structure of Configurable Activity
- Record Header
- Icon
- Content Block of Configurable Deal
- Bottom Part of the Record
- Bottom Dropdown Menu
- Click Reaction
- Field Types
- Set of Additional Content Blocks
- Examples of Activity Configurations
Copied