Dolibarr webhook integration #26

Open
opened 2026-05-21 20:06:21 +00:00 by jmiller · 0 comments
Owner

Summary

Listen for Dolibarr webhooks to auto-update local data when changes happen in Dolibarr.

Requirements

  • Webhook endpoint in component (/api/mokodolijoomshop/webhook)
  • Handle product update/create/delete events
  • Handle order status change events
  • Handle invoice payment events
  • Webhook secret validation
  • Event log in admin

Acceptance Criteria

  • Webhook endpoint accepts Dolibarr events
  • Product changes reflected immediately
  • Order status updates without manual sync
  • Webhook secret validates authenticity
  • Event log viewable in admin
## Summary Listen for Dolibarr webhooks to auto-update local data when changes happen in Dolibarr. ## Requirements - Webhook endpoint in component (/api/mokodolijoomshop/webhook) - Handle product update/create/delete events - Handle order status change events - Handle invoice payment events - Webhook secret validation - Event log in admin ## Acceptance Criteria - [ ] Webhook endpoint accepts Dolibarr events - [ ] Product changes reflected immediately - [ ] Order status updates without manual sync - [ ] Webhook secret validates authenticity - [ ] Event log viewable in admin
Sign in to join this conversation.
Type Task
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#26