ActionType is an enumerated list of types of actions related to a template.

This datatype is used by the datatype, ActionTemplate, which in turn is used by the datatype, Package2. That datatype is used by several datatypes — primarily by PackageInstallation, InstallPackageFromRegistryResult, and PackageUpdateResult. The first of those is used by the mutations related to alerts, actions, dashboard, etc. The other two are used by the installPackageFromRegistryV2() and updatePackageFromRegistryV2() mutation fields.

Table: ActionType

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: May 8, 2025
Email   Long-TermSets the action type as an email.
LogScaleRepository   Long-TermSet this action as a LogScale repository.
OpsGenie   Long-TermUsed to set the action as OpsGenie related.
PagerDuty   Long-TermUsed to set the action as involving PagerDuty.
SlackMulti   Long-TermSets action as related to SlackMulti.
SlackSingle   Long-TermSets action as having to do with SlackSingle.
UploadFile   Long-TermUsed to indicate action is related to uploading a file.
VictorOps   Long-TermSets action as involving VictorOps.
Webhook   Long-TermUsed to indicate action calls for a webhook.