Skip to content

Update webhook route - added bot username param #55

Description

@tanhongit

Currently, the route used to set webhooks allows receiving events from github and gitlab:

Route::match(['get', 'post'], '/', IndexAction::class)->name("$routePrefix.index");

I need to pass the bot's username to distinguish each individual bot in the upcoming multiple bot feature.

Example: {bot_username} or {username}

And handle the logic to differentiate for each bot.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions