Create general card
Create a general card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Create general card
POST
https://{{account_id}}.acquire.io/api/v1/crm/ui-component
Create a general Custom Card.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Request Body
Name | Type | Description |
---|---|---|
type | string | "tab" |
config | object | Config object. The configuration of your card. |
displayScope | string | |
area | string |
Body (raw)
Attributes
ATTRIBUTE | TYPE | DESCRIPTION |
type | String | Specify the type of card. block | action | tab | script_tags | style |
config | JSON object | Specify the card configuration. Value for config is a JSON object according to type. |
displayScope | String | Specify the card display scope. home(For frontend widget home app list) | contact_action | case_action | message_action | picker | main (for other) |
area | String |
Last updated