Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/slack bot #381

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
example
  • Loading branch information
rusenask committed Aug 13, 2024
commit 7c6e24febc36fbbbfb7a360483d10bcc04372b50
18 changes: 18 additions & 0 deletions examples/slack_bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: slack-bot
description: |
A simple app that demonstrates how to setup Helix as a Discord bot.
Our bot can be installed following this link https://discord.com/oauth2/authorize?client_id=1251942355980779531
assistants:
- name: Helix
description: Responds to messages in a Discord channel
apis:
- name: Demo Hiring Pipeline API
description: List all job vacancies, optionally filter by job title and/or candidate name
url: https://demos.tryhelix.ai
schema: ./openapi/jobvacancies.yaml

triggers:
- slack:
app_token: $SLACK_APP_TOKEN
bot_token: $SLACK_BOT_TOKEN
channels: $SLACK_CHANNELS