http://wiki.webhooks.org/
Implement webhooks in actinic. Allow every event that you can think of to have a webhook url, and define the $_POST xml format for each type of event
I can think of bloody LOADs of cool things i could write and integrate, if all you did was POST to an url when an event happened.
THINK of the win.
- When an order is downloaded
- Shipped
- Printed
- Deleted
- Paid for
- When a product is created
- Edited
- Deleted
- *Stock updated*
If you do the last one only, then you could set up some VERY SIMPLE php/asp on the server to maintain real time stock and other options.
Personally, i'd just love to use the products part to maintain search indexes and web2.0 interactivity and i'd love to use the customers and orders webhooks to build a full blown customer login system.
Implement webhooks in actinic. Allow every event that you can think of to have a webhook url, and define the $_POST xml format for each type of event
I can think of bloody LOADs of cool things i could write and integrate, if all you did was POST to an url when an event happened.
THINK of the win.
- When an order is downloaded
- Shipped
- Printed
- Deleted
- Paid for
- When a product is created
- Edited
- Deleted
- *Stock updated*
If you do the last one only, then you could set up some VERY SIMPLE php/asp on the server to maintain real time stock and other options.
Personally, i'd just love to use the products part to maintain search indexes and web2.0 interactivity and i'd love to use the customers and orders webhooks to build a full blown customer login system.
Comment