babblebot-server / babblebot-server/webhook-plugin
Custom Variable Injection
Open
enhancement
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Custom Variable Injection
Enable the capability for end-users to add additional information to a hook, provided that the hook allows it.
# Example
```properties
/webhook-send customHook customVariable
```
In the example above, the /webhook-send command is used to trigger a custom hook named "customHook" with a custom variable named "customVariable". This syntax allows end-users to inject specific information into the hook, which can then be utilized within the hook's execution logic.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.