Actions
Configure actions.
As content proceeds through the stages of the Graphlit workflow, it generates events which can be synchronized with external systems, via webhooks or API integrations.
When creating a Workflow, you can specify one or more action connectors, which will receive the events generated during the content workflow.
Currently, Graphlit supports only the WEB_HOOK
connector type but plans to add more action connector types in future.
The webhook will receive a JSON payload via HTTP POST with the event details.
Event Types:
Event Type
Description
CONTENT_INGESTED
Content has completed the ingestion workflow stage
CONTENT_FINISHED
Content has completed all workflow stages
CONTENT_ERRORED
Content has failed to complete a workflow stage
Mutation:
Variables:
Response:
Last updated