Skip to main content

Generate External Trigger OAuth Client

POST 

/workflows/:id/external/oauth-clients

Create OAuth client ID, client secret, and callback URL for use in an external trigger. External triggers will need this information to generate an access token to authenticate to the callback URL and submit a trigger payload that will initiate the workflow.

Request

Path Parameters

    id stringrequired

    Id of the workflow

Responses

The OAuth Client object

Schema
    id string

    OAuth client ID for the trigger. This is a UUID generated upon creation.

    secret string

    OAuthClient secret.

    url string

    URL for the external trigger to invoke

Loading...