Statement of purpose
I do solemnly swear (or affirm) that this is an API feature request and not a Marvin feature request. For a Marvin feature request I would use Product Board.
Is your feature request related to a problem? Please describe.
There is currently no way to include resource identifiers in webhook URLs, which are often necessary as part of API architecture.
Describe the solution you'd like
I would like to be able to include parameters within webhook URLs, for example:
https://<host>/api/tasks/{id}
https://<host>/api/projects/{id}/tasks
Describe alternatives you've considered
It is possible to create generic API endpoints that read the body content, but this makes it harder to use existing solutions that expect resource identifies within the URL.
Statement of purpose
I do solemnly swear (or affirm) that this is an API feature request and not a Marvin feature request. For a Marvin feature request I would use Product Board.
Is your feature request related to a problem? Please describe.
There is currently no way to include resource identifiers in webhook URLs, which are often necessary as part of API architecture.
Describe the solution you'd like
I would like to be able to include parameters within webhook URLs, for example:
Describe alternatives you've considered
It is possible to create generic API endpoints that read the body content, but this makes it harder to use existing solutions that expect resource identifies within the URL.