1. Home
  2. Integrations
  3. t REST

t REST

Available triggers

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

Main fields

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

Example

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.

Result

How happy are you with this page?

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