Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.65 KB

File metadata and controls

21 lines (17 loc) · 1.65 KB

HubSpot.NET.Model.ExtensionActionDefinition

Configuration for custom workflow action.

Properties

Name Type Description Notes
Id string The ID of the custom action.
RevisionId string
Functions List<ActionFunctionIdentifier> 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]