Skip to main content
The CrmActionButton component renders a button that can execute a built-in set of CRM actions. This type of component is useful for enabling your extension to interact with other CRM entities, such as records and engagements. To learn more about how CRM action components work together, check out the CRM action components overview.
ui-extensions-crm-action-button

Props

Variants

Using the variant prop, you can set the color of the button.
  • 'primary': a dark blue button for the most frequently used or most important action on an extension. Each extension should only have one primary button.
design-guide-button-type-primary
  • 'secondary': a grey button to provide alternative or non-primary actions. Each extension should include no more than two secondary buttons.
design-guide-button-type-secondary
  • 'destructive': a red button for actions that delete, disconnect, or perform any action that the user can’t undo. Button text should clearly communicate what is being deleted or disconnected. After a destructive button is clicked, the user should have to verify or confirm the action.
design-guide-button-type-destructive
Last modified on April 6, 2026