An action for a specific datasource that will show up in autocomplete and app card, e.g. "Create new issue" for jira.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional[str] | ➖ | Full action name. Used in autocomplete. | |
short_name |
Optional[str] | ➖ | Shortened name. Used in app cards. | |
url |
Optional[str] | ➖ | The URL of the action. | |
icon_config |
Optional[models.IconConfig] | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
id |
Optional[str] | ➖ | Unique identifier of this quicklink | |
scopes |
List[models.Scope] | ➖ | The scopes for which this quicklink is applicable |