HTTP Webhook Connector throws 500 Internal Server Error

Hi,

I am using Camunda 8.2 SaaS to build a demo where BPMN uses HTTP Webhook Connector as an Intermediate event. I have enabled HMAC authentication which is working well. Apart from that, the only configuration I have provided is the correlation key as below:

I used following json to call the webhook from PM:

{
    "status": "OK",
    "id": "WebhookId",
    "correlationKey": "myCorrelationKey2"
}

But it always returns 500 Internal Server Error. What could I be missing here? How can I debug?

Thank you,
Manju Sudan

2 Likes

Hi @Manju_Sudan - is the process already running and waiting for the incoming message?