Connect to cluster without zeebe client

Hi,

Is it possible to connect to Camunda Cloud without using Zeebe client?

Hi @Jenneffer_Jiminit ,
what do you mean by “connect to Camunda Cloud”? What do you want to achieve?

Interactions with the Engine happen via Zeebe API (gRPC) | Camunda Platform 8 Docs

Kind regards,
jens

I have PHP Laravel web application. I would like to connect my web application to camunda workflow engine. So basically, I want to trigger the Start Process instance via Http webhook connector. Then connect/process each task using REST API via rest connector. Is it achievable?

For example something like this.

I’m very new to this Camunda, I’m seeking expert guidance to enhance my understanding of the optimal approach for implementing my application using the Camunda workflow engine.

Thank you.