Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.36 KB

File metadata and controls

17 lines (13 loc) · 1.36 KB

HubSpot.NET.Model.ExtensionActionDefinitionPatch

Fields on custom workflow action to be updated.

Properties

Name Type Description Notes
ActionUrl string The URL that will accept an HTTPS request each time workflows executes the custom action. [optional]
Published bool Whether this custom action is published to customers. [optional]
InputFields List<InputFieldDefinition> The list of input fields to display in this custom action. [optional]
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. [optional]
ObjectTypes List<string> The object types that this custom action supports. [optional]

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