Skip to content

Update webhook route - added bot username param #55

Open
@tanhongit

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions