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

Embed Welcomebot Functionality #99

Open
sjqnn opened this issue May 1, 2019 · 0 comments
Open

Embed Welcomebot Functionality #99

sjqnn opened this issue May 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sjqnn
Copy link
Collaborator

sjqnn commented May 1, 2019

I'm interested in having a bot in my channel 'respond' to when a user enters a channel that it's in.( ie to give community guidelines/ instructions or for onboarding purposes). Something along the lines of this to get a fun cat fact when you first enter the general channel:

# meta
name: general_welcome
active: true
welcome_message:
  - channel: general
    enabled: true
# trigger and args
# actions
actions:
  - name: cat facts http request
    type: GET
    url: https://catfact.ninja/fact
    expose_json_fields:
      fact: '.fact'
format_output: "${fact}"
direct_message_only: true
@wass3r wass3r added the enhancement New feature or request label May 2, 2019
@JordanSussman JordanSussman mentioned this issue May 2, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants