Show examples in:
    Workflow

    Through workflows it is possible to set up a precise state machine able to bring a draft content up to the final publication (and beyond), through a series of intermediate, fully customizable approval steps.

    Object payload

    id  string
    ID of workflow
    type  string
    Must be exactly "workflow"
    name  string

    The name of the workflow

    stages  Array<object>

    The stages of the workflow

    api_key  string

    Workflow API key

    Available endpoints