Hello Camunda Community,
I’m working with Camunda 7 in a self-managed setup, utilizing the desktop modeler. In my BPM process, I have a “receive task” designed to capture messages from external form submission services (JotForm, an online form builder).
The issue I’m facing involves integrating the POST response from these services. They send form data in a unique format via POST call, which doesn’t match Camunda’s standard message format (“messageName”: “Message_name”). This discrepancy hinders the direct triggering of the receive task in Camunda with the provided response.
I’m considering if connectors could address this challenge, but I’m unsure about their functionality in a self-hosted setup with the desktop modeler. Are there any recommended approaches or potential workarounds to facilitate the integration of such custom message formats with Camunda’s receive task?
I would greatly appreciate any guidance or suggestions from the community.
Thank you,