Skip to main content
The Event Manager creates, updates, and closes events in the Worlds platform via the GraphQL API. It’s the node that makes things happen in the Worlds UI — creating event records with metadata, snapshots, and associated tracks.

When to use

Place this node after the Event Orchestrator to execute the event action. You typically need two Event Manager nodes in a workflow — one on the “Create Event” output and one on the “Close Event” output.

Operations

Creates a new event in Worlds with full metadata.

Required fields

Optional fields

Advanced settings

Output

The create operation returns the created event data:

Credentials

Requires GraphQL Subscription API credentials.

Example