Entidad / connector_paradym

Paradym connector for Mendix
Apache License 2.0
0 stars 0 forks source link

Update Connector to support new Webhooks (register + receive) #9

Closed stephanbruijnis closed 2 months ago

stephanbruijnis commented 3 months ago

The new Paradym implementation for webhooks contains additional information (both in received webhook events and in how to manage webhooks)

Most important change: EventType

stephanbruijnis commented 2 months ago

Available in version 2.0.0-beta, the changes to webhook events has been developed in the branch_API-update_e177f7b1 and merged in commit ee9320aecfdf37fd0ff5c08c08e3965b34bfd08b

Webhooks are no received and processed on a new URL (published REST service) https://your-application-url.com/rest/paradym/event make sure to update your webhooks accordingly