action Query
Returns the specified Action object.
Access is permitted when any of the following condition(s) are met: 1. Always allowed.
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the Action object. |
Action)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Action.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Action.
Boolean!)#
allowsBranching (Specifies whether the Action will allow Conditional Branching.
AuthorizationMethodConnection!)#
authorizationMethods (The AuthorizationMethods that are supported by the Action.
Boolean)#
authorizationRequired (Specifies whether the Action requires authorization to function.
Boolean)#
breakLoop (Specifies whether an Action will break out of a loop.
Component)#
component (The Component to which this Action is associated.
ActionDataSourceType)#
dataSourceType (Specifies the type of the resulting data from the data source.
String!)#
description (Additional notes about the Action.
Action)#
detailDataSource (The Data Source in this Component which can provide additional details about the content for this Data Source, such as example values when selecting particular API object fields.
String)#
directions (Notes which may provide insight on the intended use of the Action.
String!)#
dynamicBranchInput (A string that associates an Input with Dynamic Branching.
JSONString)#
examplePayload (An example of the returned payload of an Action.
ID!)#
id (The ID of the object
Boolean!)#
important (Specifies whether the Action is important and/or commonly used.
InputFieldConnection!)#
inputs (The Action to which this InputField is associated, if any.
Boolean)#
isCommonTrigger (Specifies whether the Action is a commonly used Trigger.
Boolean!)#
isDataSource (Specifies whether the Action is a Data Source.
Boolean!)#
isTrigger (Specifies whether the Action is a Trigger.
String!)#
key (A string that uniquely identifies this Action within the context of the Component.
String!)#
label (The name of the Action.
ActionScheduleSupport)#
scheduleSupport (Specifies support for triggering an Integration on a recurring schedule.
[String!])#
staticBranchNames (The static branch names associated with an Action.
ActionSynchronousResponseSupport)#
synchronousResponseSupport (Specifies support for synchronous responses to an Integration webhook request.
Boolean!)#
terminateExecution (Specifies whether the Action will terminate Instance execution.