Skip to content

Add Clan Applicants Webhook plugin#11869

Merged
runelite-github-app[bot] merged 4 commits into
runelite:masterfrom
porcupine-fish:master
May 17, 2026
Merged

Add Clan Applicants Webhook plugin#11869
runelite-github-app[bot] merged 4 commits into
runelite:masterfrom
porcupine-fish:master

Conversation

@porcupine-fish
Copy link
Copy Markdown
Contributor

@porcupine-fish porcupine-fish commented May 11, 2026

Clan Applicants Webhook Plugin

Plugin

A tiny plugin to capture the game message:

  • PlayerX has applied to join your clan.

It sends the notification to the URL specified in the plugin settings.

Rationale

When you use the recruitment desk and someone applies to the clan, the message appears as a game message and not a clan message. It would be an easy fix for Jagex, and maybe there's a reason why it's not a clan message, but here's the plugin in case they don't make that change.

JSON payload

{
  "applicant": "PlayerX",
  "message": "PlayerX has applied to join your clan.",
  "seenBy": "PlayerY",
  "timestamp": "2026-05-11T08:42:15.123Z"
}
  • seenBy is the player who has the invitations open on the clan recruitment board.

Error handling UX

The plugin will post a game message if there is a problem with the webhook URL specified, when an applicant applies.
It will tell you the HTTP error code.

Testing

  • Tested with the recruitment desk in error case and in happy case.

Future enhancements

  • Support direct discord webhook URL JSON payload (add a checkbox in settings to enable / disable this type of payload)

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 11, 2026

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 11, 2026

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@riktenx riktenx closed this May 17, 2026
@riktenx riktenx reopened this May 17, 2026
@runelite-github-app runelite-github-app Bot merged commit 1f034b8 into runelite:master May 17, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants