{"id":13638143,"url":"https://github.com/clonemeagain/osticket-slack","last_synced_at":"2025-04-19T17:33:07.376Z","repository":{"id":47668529,"uuid":"106870852","full_name":"clonemeagain/osticket-slack","owner":"clonemeagain","description":"a Slack plugin for osTicket","archived":false,"fork":false,"pushed_at":"2023-01-20T12:23:58.000Z","size":54,"stargazers_count":47,"open_issues_count":17,"forks_count":34,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-03T01:12:16.985Z","etag":null,"topics":["osticket","osticket-plugin","slack"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clonemeagain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-13T20:34:28.000Z","updated_at":"2024-07-26T08:24:47.000Z","dependencies_parsed_at":"2023-02-12T02:01:29.271Z","dependency_job_id":null,"html_url":"https://github.com/clonemeagain/osticket-slack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clonemeagain%2Fosticket-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clonemeagain%2Fosticket-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clonemeagain%2Fosticket-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clonemeagain%2Fosticket-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clonemeagain","download_url":"https://codeload.github.com/clonemeagain/osticket-slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223805113,"owners_count":17205851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["osticket","osticket-plugin","slack"],"created_at":"2024-08-02T01:00:40.734Z","updated_at":"2024-11-09T08:30:48.100Z","avatar_url":"https://github.com/clonemeagain.png","language":"PHP","funding_links":[],"categories":["Plugins"],"sub_categories":["Third Party Integration Plugins"],"readme":"![Slack](https://a.slack-edge.com/ae57/img/slack_api_logo.png)\n\nosTicket-slack\n==============\nAn plugin for [osTicket](https://osticket.com) which posts notifications to a [Slack](https://slack.com) channel.\n\nOriginally forked from: [https://github.com/thammanna/osticket-slack](https://github.com/thammanna/osticket-slack).\n\nInfo\n------\nThis plugin uses CURL and was designed/tested with osTicket-1.10.1\n\n## Requirements\n- php_curl\n- A slack account\n\n## Install\n--------\n1. Clone this repo or download the zip file and place the contents into your `include/plugins` folder.\n1. Now the plugin needs to be enabled \u0026 configured, so login to osTicket, select \"Admin Panel\" then \"Manage -\u003e Plugins\" you should be seeing the list of currently installed plugins.\n1. Click on `Slack Notifier` and paste your Slack Endpoint URL into the box (Slack setup instructions below). \n1. Click `Save Changes`! (If you get an error about curl, you will need to install the Curl module for PHP). \n1. After that, go back to the list of plugins and tick the checkbox next to \"Slack Notifier\" and select the \"Enable\" button.\n\n\n## Slack Setup:\n- Navigate to https://api.slack.com/ select \"Start Building\"\n- Name your App `osTicket Notification`, select your Workspace from the drop-down\n- Select \"Incoming Webhooks\"\n- Activate the Webhooks with the link (it defaults to Off, just click Off to change it to On)\n- Scroll to the bottom and select \"Add a new Webhook to Workspace\"\n- Select the endpoint of the webhook, (ie, channel to post to)\n- Select \"Authorize\"\n- Scroll down and copy the Webhook URL entirely, paste this into the `osTicket -\u003e Admin -\u003e Plugin -\u003e Slack` config admin screen.\n\nIf you want to add the Department as a field in each slack notice, tick the Checkbox in the Plugin config.\n\nThe channel you select will receive an event notice, like:\n```\nAaron [10:56 AM] added an integration to this channel: osTicket Notification\n```\nYou should also receive an email from Slack telling you about the new Integration.\n\n\n## Discord Setup:\nNote: This works very well, but may not be as smooth as Slack is natively.\n\n- Open Discord\n- Right-click on the channel you wish to send the notifications too\n- Select \"Webhooks\"\n- Create a Webhook by clicking 'Create Webhook'\n- Scroll down to the bottom and copy the Webhook URL in it's entireity\n- Go to the `osTicket -\u003e Admin -\u003e Plugin -\u003e Slack` config admin screen and paste the URL, at the end add `/slack`\n- Example: https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}/slack\n\n## Test!\nCreate a ticket!\n\nYou should see something like the following appear in your Slack channel:\n\n![slack-new-ticket](https://user-images.githubusercontent.com/5077391/31572647-923e07b0-b0f6-11e7-9515-98205d6f800f.png)\n\nWhen a user replies, you'll get something like:\n\n![slack-reply](https://user-images.githubusercontent.com/5077391/31572648-9279eb18-b0f6-11e7-97da-9a9c63a200d4.png)\n\nNotes, Replies from Agents and System messages shouldn't appear, usernames are links to the user's page \nin osTicket, the Ticket subject is a link to the ticket, as is the ticket ID. \n\n## Adding pull's from original repo:\n +0.2 - 17 december 2016\n +[feature] \"Ignore when subject equals regex\" by @ramonfincken\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonemeagain%2Fosticket-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclonemeagain%2Fosticket-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonemeagain%2Fosticket-slack/lists"}