The REST component allows you to create and manage RESTful endpoints, facilitating communication between applications via the HTTP protocol. It enables the definition of routes that respond to HTTP requests (such as GET, POST, PUT, and DELETE), processing data, invoking services, and handling information.
URI Syntax: rest:method:path:uriTemplate
Path parameters
Name | Description | Default | Type |
|---|---|---|---|
method (common) | (required) HTTP method to use. Possible values: get, post, put, delete, patch, head, trace, connect, options. | — | String |
path (common) | (required) Base path. Can use * as a suffix to allow HTTP route wildcard matching. | — | String |
uriTemplate (common) | The URI template. | — | String |
The flow starts with a POST request to the /buscar-pedido endpoint.
Then, the flow returns simulated data from the setBody EIP.
Finally, it logs the data.


We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more