Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.56 KB

File metadata and controls

19 lines (15 loc) · 1.56 KB

HubSpot.NET.Model.ExtensionActionDefinitionInput

State of custom workflow action to be created.

Properties

Name Type Description Notes
Functions List<ActionFunction> A list of functions associated with the custom workflow action.
ActionUrl string The URL that will accept an HTTPS request each time workflows executes the custom action.
Published bool Whether this custom action is published to customers.
ArchivedAt long The date that this custom action was archived, if the custom action is archived. [optional]
InputFields List<InputFieldDefinition> The list of input fields to display in this custom action.
ObjectRequestOptions ObjectRequestOptions [optional]
InputFieldDependencies List<OneOfSingleFieldDependencyConditionalSingleFieldDependency> A list of dependencies between the input fields. These configure when the input fields should be visible. [optional]
Labels Dictionary<string, ActionLabels> The user-facing labels for the custom action.
ObjectTypes List<string> The object types that this custom action supports.

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