The GitHub Actions for subscribing Zendesk Guide articles to notify updates to Slack.
With ease:
- Get a list of updated Guide articles every 60 mins by Github Actions
- Push the list to Slack
- Fork this repository to your repository
- Register the following required actions secrets in your folked repo
NOTE: An initial run may be failed because this action require a previou action execution time to get a diff
Register
SLACK_WEBHOOK
: Create your Incoming Webhook with creating a new app from https://api.slack.com/appsZENDESK_EMAIL
: Your Zendesk Email for the api access.ZENDESK_SUBDOMAIN
: Your Zendesk Subdomain. Ex. https://<ZENDESK_SUBDOMAIN>.zendesk.com/ZENDESK_TOKEN
: Zendesk API Token to be used for pulling Zendesk Guide Article. See this article to generate.