BlueprintEnabler
Props#
prop | type | required | Description |
---|---|---|---|
blueprintKey | string | true | A unique partner-defined identifier for the blueprint. (Obtainable via the dashboard by selecting the relevant Blueprint) |
name | string | true | The name of the blueprint to be displayed to the user |
prefilled | object | false | Data that can be prefilled for the blueprint automation. Please see the section on creating automations. |
getDefaultActionInputParams | function | false | See Dynamically Prefilling Actions. |
allowedActions | object | function | false | See Limiting Allowed Apps. |
allowedTriggers | object | function | false | See Limiting Allowed Apps. |
renderFields | object | false | See Customizing Automation Form. |
onUpdated | function | false | Callback function when the blueprint automation is updated |
onEnabled | function | false | Callback function when the blueprint automation is enabled |
onDisabled | function | false | Callback function when the blueprint automation is disabled |
onCancelUpdate | function | false | Callback when the user clicks the "Cancel" button while editing an enabled blueprint automation |
onCancelEnable | function | false | Callback function when the user clicks the "Cancel" button without enabling the blueprint automation |
enableButtonText | string | false | Button text for the enable button. Default 'Enable' |
disableButtonText | string | false | Button text for the disable button. Deafult 'Disable' |
updateButtonText | string | false | Button text for the renable button. Default 'Update' |
Props#
prop | type | required | Description |
---|---|---|---|
blueprintKey | string | true | A unique partner-defined identifier for the blueprint. (Obtainable via the dashboard by selecting the relevant Blueprint) |
name | string | true | The name of the blueprint to be displayed to the user |
prefilled | object | false | Data that can be prefilled for the blueprint automation. Please see the section on creating automations. |
getDefaultActionInputParams | function | false | See Dynamically Prefilling Actions. |
allowedActions | object | function | false | See Limiting Allowed Apps. |
allowedTriggers | object | function | false | See Limiting Allowed Apps. |
renderFields | object | false | See Customizing Automation Form. |
onUpdated | function | false | Callback function when the blueprint automation is updated |
onEnabled | function | false | Callback function when the blueprint automation is enabled |
onDisabled | function | false | Callback function when the blueprint automation is disabled |
onCancelUpdate | function | false | Callback when the user clicks the "Cancel" button while editing an enabled blueprint automation |
onCancelEnable | function | false | Callback function when the user clicks the "Cancel" button without enabling the blueprint automation |
enableButtonText | string | false | Button text for the enable button. Default 'Enable' |
disableButtonText | string | false | Button text for the disable button. Deafult 'Disable' |
updateButtonText | string | false | Button text for the renable button. Default 'Update' |