Trigger signal or message event from postman rest api in Camunda 8

Hi Everyone,
I am trying to implement message and signal event in Camunda 8 for the first time. Can we trigger signal or message event from postman rest api in Camunda 8 like we were able to in Camunda 7?
Please guide me.
Thanks in advance.

Hi @Pragati - currently you need to use the gRPC API to send those events to Camunda (see links below). We are working on some fantastic API changes that will be announced in the near future, so there will be alternatives in a future release, but for now you must use the gRPC gateway.

1 Like

Thanks Nathan :+1: