Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.27 KB

File metadata and controls

16 lines (12 loc) · 1.27 KB

HubSpot.NET.Model.ActionLabels

User-facing labels for this custom workflow action.

Properties

Name Type Description Notes
InputFieldLabels Dictionary<string, string> A map of input field names to the user-facing labels. [optional]
InputFieldDescriptions Dictionary<string, string> A map of input field names to descriptions for the fields. These will show up as tooltips when users are editing your action. [optional]
ActionName string The name of this custom action. This is what will show up when users are selecting an action in the workflows app.
ActionDescription string A description for this custom action. This will show up in the action editor along with the input fields. [optional]
AppDisplayName string The name to be displayed at the top of the action editor in the workflows app. [optional]
ActionCardContent string The label to be displayed in the action card of the workflow editor once this custom action has been added to a workflow. [optional]

[Back to Model list] [Back to API list] [Back to README]