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.
String!)#
description (Additional notes about the Action.
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 (Returns a Relay Connection to a collection of InputField objects.
Boolean)#
isCommonTrigger (Specifies whether the Action is a commonly used Trigger.
Boolean!)#
isTrigger (Specifies whether the Action is an Integration 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.