Skip to content

Daily post employees birthdays to slack using a webhook

Notifications You must be signed in to change notification settings

RindusIoTJam/slack-birthdays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Birthday Webhook APP for Slack

This app will daily post information about the employees' birthdays

Requirements

  • Data Endpoint

    A json data endpoint is needed where information of the employees will be retrieved from. Employee information needed is the following:

      - birthday: `birthday`, eg. Jul 22
      - SlackId: `slack_id`, eg: 3474X3902
      - Display name: `display_name`, eg. John Smith
      - Team: `department`, eg. Web Development
      - Job Title: `title`, eg. Lead Developer 
      - Image: `image_192`, public url to employee's image
    

    This endpoing needs to be configured in the config.py file

  • Slack Configuration

    Create an App with a webhook configuration. Set the webhook endpoint in the config.py file

Output Example

Example

About

Daily post employees birthdays to slack using a webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages