Add confirmation reminder and parameterized Slack invite endpoints#331
Closed
Copilot wants to merge 2 commits intointegrationfrom
Closed
Add confirmation reminder and parameterized Slack invite endpoints#331Copilot wants to merge 2 commits intointegrationfrom
Copilot wants to merge 2 commits intointegrationfrom
Conversation
Co-authored-by: Big-Lolo <95545807+Big-Lolo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add two new endpoints for participant confirmation and Slack URL
Add confirmation reminder and parameterized Slack invite endpoints
Nov 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two admin endpoints to facilitate event communication: one to remind accepted hackers to confirm attendance, and another to send Slack invitations with a configurable URL.
Changes
New endpoint
POST /v1/event/{event_id}/send_confirmation_reminder/confirmed_assistance = false)New endpoint
POST /v1/event/{event_id}/send_slack_invite/slack_urlin request body instead of hardcoded valueEmail template
EVENT_CONFIRMATION_REMINDERadded toInternalTemplateenumUsage
Both require LLEIDAHACKER role. The existing
send_slack_mailendpoint remains for backward compatibility.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.