Close
    logoCloudomation Docs

    Webhook

    class resources.webhook.Webhook

    Base class: Resource

    A REST endpoint which can be accessed by third-party applications to integrate with Cloudomation.

    :py:obj:flow_api.webhook.Webhook

    PropertyDescriptionType
    idUUID()
    is_enabledA flag to control if the webhook can be used.Boolean()
    flow_idThe ID of the flow to start when the webhook is called.UUID()
    require_loginA flag to control if the webhook requires a Cloudomation login token.Boolean()
    keyAn optional key. If set, the key must be specified when calling the webhook.String(length=128)
    is_productiveA flag to control if the started execution runs in productive mode.Boolean()
    flow_nameString(length=128)
    urlString(length=1024)
    size_bytesBigInteger()
    rolesText()
    Previous
    VaultConfig
    Next
    Workspace