Skip to content

A module that enabled you to use web hooks in Active Collab 4.x

License

Notifications You must be signed in to change notification settings

vik0803/AC-Webhooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

AC Webhooks module

The Webhooks module enables you to call an external page on an event-base.

Install

  • Upload the folder webhooks into the "/custom/modules/" folder of your AC-install.
  • Log in as an administrator
  • Open the administration page
  • Click on "Module"
  • Click "install" next to "Webhooks"
  • Go back to the administration page and open "Webhooks setting"

How to use

  • Decide on which event you want to hook
  • Create a page that will handle the call, each call will have two POST-variables:
    • event: the event that was called
    • data: the data that was passed through the listener, encoded as json
  • Enter the url of the page next to the event and check the checkbox to enable it
  • Done

About

A module that enabled you to use web hooks in Active Collab 4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published