FeatureFuel
1

Webhooks for automation

Source: invoiceninja/invoiceninja#9167 · opened by @ryangurn
While working with various different application I have noticed that web hooks have become quite ubiquitous for providing data on a push based model rather than APIs which are on a pull based model for accessing data. _It is possible that invoiceninja has webhook functionality but when looking through the docs it only referred to payment portal web hooks which is not what this discussion is referring to._ Seeing as invoiceninja heavily utilizes laravel's events and listeners it seems like there is a good opportunity to add functionality to allow for outgoing webhook calls when certain events are triggered. It would be great if this could just leverage the events you all have already written and just send post requests to provided URLs with the event data. With all that being said, I know laravel quite well, but have not spent a huge amount of time looking through the codebase. I will be looking through to see if this is even possible, the bigger question in my mind is: Wou…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests