Gabriel Jablonski
c234023a4a
feat(zapi): handle contact messages and ignore notifications ( #124 )
...
* chore: skip notification messages
* feat: contact card messages
* fix: notification message handling
* chore: reduce code duplication
* fix: improve contact name handling in attachment
* chore(zapi): promo banner with affiliate link (#126 )
* chore(zapi): promo banner with affiliate link
* chore: remove useless comment
* chore(zapi): add note about hardcoded affiliate link
* feat: provider.event_received for raw provider events (#127 )
* chore(zapi): promo banner with affiliate link
* chore: remove useless comment
* feat: provider.event_received for raw provider events
* feat: add provider_event_received handling in webhook listener
* feat(baileys): use senderLid as contact identifier (#128 )
* chore(zapi): promo banner with affiliate link
* chore: remove useless comment
* feat: provider.event_received for raw provider events
* feat(baileys): use senderLid as contact identifier
* fix: simplify webhook_data method by removing unnecessary fields
2025-10-26 10:48:06 -03:00
Gabriel Jablonski
8ff5834ee8
fix(zapi): support for LID-only conversations ( #123 )
...
* fix: ignore action events
* feat(zapi): allow updating instance ID
* feat: handle `chatLid` field
* test: break down handler specs into separate files
* feat: update send_message method to use recipient_id logic for zapi provider
* fix: use identifier instead of source_id for zapi
* test: fix specs
* feat: prioritize senderName over chatName for contact naming in received callback
2025-10-23 10:12:38 -03:00
Gabriel Jablonski
4fc80ba4ee
feat(zapi): Z-API integration ( #115 )
...
* feat(zapi): connect flow and UI updates
* fix(zapi): re-add manage connection section
* feat(zapi): reply
* feat: send message
* fix: qrcode job logic
* test: qr code job specs
* chore: concurrent index
* chore: whatsapp model minor
* test: message window service specs
* chore: service refactor
* test: zapi service
* chore: zapi beta
* chore: minor fixes
* test: incoming message specs
* chore: minor fixes
* feat: handle status transitions
* test: refactor spec
* test: refactor spec
* chore(z-api): use feature flag
* chore: fix migration name
2025-10-15 16:23:04 -03:00