You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
* process function - When a service sends data, this function should handle it before data gets sent to hooks
* complete function - After all hooks have responded, gives this module one last chance to react. Completion function takes two args - the initial payload and an array of responses from the modules that acted on it.
* setup function - (optional) Configures remote service to send this event
*
*/
function hook_integration_integrated_support_info() {
return array(
'github_issue' => array(
'name' => t('Github Issue'),
'description' => t('Github notifies Integrated Support whenever an issue is opened, closed, or commented on.'),