You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently architecting a messaging stack and I’m very impressed with the pluggable architecture of OpenWA. My goal is to use OpenWA as my core WhatsApp API gateway, Chatwoot as my unified inbox, and Frappe as my CRM backend.
I’ve noted that other API gateways (like Evolution API) provide a "native" integration for Chatwoot, where the gateway handles the synchronization of contacts, message relay, and webhook mapping internally. I would love to achieve a similar, low-maintenance workflow with OpenWA.
My Questions for the Community:
Native Integration vs. Middleware: Is there an existing plugin or a planned roadmap item to implement a native Chatwoot integration within OpenWA? I am interested in an approach where I can provide my Chatwoot account_id, token, and url to OpenWA, similar to how other platforms handle it.
Best Practices for Plugin Development: If a native integration doesn't exist, I am interested in building a custom plugin to handle this bridge. What are the recommended lifecycle hooks to ensure that incoming WhatsApp messages are mapped to Chatwoot API calls without introducing significant latency?
Media & Metadata Sync: For those who have connected OpenWA to a CRM or Helpdesk, how are you handling the translation of WhatsApp media/attachments and delivery statuses into external platforms? I want to avoid building a fragile custom bridge if there are standard patterns or "sidecar" containers the community already uses.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am currently architecting a messaging stack and I’m very impressed with the pluggable architecture of OpenWA. My goal is to use OpenWA as my core WhatsApp API gateway, Chatwoot as my unified inbox, and Frappe as my CRM backend.
I’ve noted that other API gateways (like Evolution API) provide a "native" integration for Chatwoot, where the gateway handles the synchronization of contacts, message relay, and webhook mapping internally. I would love to achieve a similar, low-maintenance workflow with OpenWA.
My Questions for the Community:
Native Integration vs. Middleware: Is there an existing plugin or a planned roadmap item to implement a native Chatwoot integration within OpenWA? I am interested in an approach where I can provide my Chatwoot account_id, token, and url to OpenWA, similar to how other platforms handle it.
Best Practices for Plugin Development: If a native integration doesn't exist, I am interested in building a custom plugin to handle this bridge. What are the recommended lifecycle hooks to ensure that incoming WhatsApp messages are mapped to Chatwoot API calls without introducing significant latency?
Media & Metadata Sync: For those who have connected OpenWA to a CRM or Helpdesk, how are you handling the translation of WhatsApp media/attachments and delivery statuses into external platforms? I want to avoid building a fragile custom bridge if there are standard patterns or "sidecar" containers the community already uses.
All reactions