Install a Zendesk app in the account. Use when you need to add an app from the Zendesk marketplace or a private app to your Zendesk instance. You must provide the app_id and settings. This action is irreversible once installed.
app_idRequiredintegerThe ID of the app to install
enabledbooleanWhether the app should be enabled after installation. When omitted, Zendesk's server-side default applies (currently `true` for most apps). Pass `True` or `False` to override that default explicitly.
settingsobjectInstallation settings as a flat key-value object. All apps support the 'name' setting. Example: {'name': 'My App', 'iframeURL': 'https://example.com'}. Use either 'settings' or 'settings_objects', not both.
settings_objectsarrayAlternative format for settings using key-value objects. Use either 'settings' or 'settings_objects', not both.
recurring_paymentbooleanEnable recurring Stripe payment subscription for paid apps. Set to true to enable billing.
role_restrictionsarrayList of user roles to restrict the app to. Valid values: 'end-user', 'agent', 'admin'
group_restrictionsarrayList of Zendesk group IDs to restrict the app to. Only users in these groups can see the app.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.