Skip to main content

gameModelUpsertAutomationTrigger

Create an event trigger that fires an automation in reaction to model activity (a function invocation, a direct property write, or a container creation). Matched in the API server post-commit. Requires app-admin ('manage_apps').

gameModelUpsertAutomationTrigger(
input: UpsertAutomationTriggerInput!
): GmAutomationTrigger!

Arguments

gameModelUpsertAutomationTrigger.input ● UpsertAutomationTriggerInput! non-null input

The app, the target automation (by name), the model event, and optional filters.

Type

GmAutomationTrigger object

An event subscription that fires an automation in reaction to model activity (matched in the API server, not the DB).