Brian's Integration and Automation Notes
  • Welcome!
  • Allow Me to Brag a Bit
  • About
  • Integrations
    • ConnectWise Home
      • Authentication
      • API Documentation
  • Automations
    • Teams Notifications Azure Bot
      • Acknowledgement
      • Considerations
      • The Basics/Getting Started
        • Create a Response Handler Workflow in Rewst
        • Getting the IDs from Teams
      • Two Stage Message Process
        • Formatting the Initial Message
        • Getting the Message IDs
        • Formatting the Message Update
      • Formatting Action Buttons
        • Approve/Deny
        • Assign Resource to Ticket
      • Working with the Responses
      • System Incident/Maintance Notifications
        • Admitting Defeat on the Database
        • The Workflow Structure
      • Resources
    • Automated GitHub/GitBook Update Notifications
      • Prerequisites
      • 1. Set up a Basic Workflow
      • 2. Fork the GitHub Repository
      • 3. Set up Automatic Updates
      • 4. Set up notifications in GitHub
      • 5. Set up Remaining Workflow Actions
  • ConnectWise PSA Actions
    • About
    • Assigning Resources to Tickets
    • Ticket Assignment Note
    • Unbundle Ticket
    • Sales Activity Assignment Note
Powered by GitBook
On this page
  1. Automations
  2. Automated GitHub/GitBook Update Notifications

5. Set up Remaining Workflow Actions

Now that you have created the notification settings in GitHub, your workflow should begin receiving notifications when the upstream repository is updated. Build out of this workflow will depend on your platform of choice, what information from the notifications you find useful, and what method you want to receive the notifications. For example, I will be building my workflow to post to a Teams channel for those of us at my company that access Rewst and would need to stay up to date on changes, improvements, features, etc. from the Rewst docs team.

Follow automation best practices! Be sure to utilize all of the lessons learned from Rewst Foundations and Clean Automation series to ensure you've properly handled all errors, etc.

Previous4. Set up notifications in GitHubNextAbout

Last updated 4 months ago