Native connectors
Native connectors are pre-installed connectors available on the RCS Studio platform. Unlike API connectors, they don't require any setup and are available for all RCS Studio users.
How they work
Native connectors are used the same way as API connectors in your messages. Select the connector, choose an operation, pass your parameters, and store the result in data. They're often used alongside API connectors. For example, you can fetch an order from an external API, then using the date connector to format the delivery date before rendering your template.
Each connector's documentation page includes the full list of operations, parameters, and examples.
Available connectors
| Connector | Description | Documentation |
|---|---|---|
| Math | Arithmetic and number operations. Add, subtract, multiply, divide, round, min/max, random. | View docs |
| String | Text manipulation. Concatenation, splitting, case conversion, find/replace, UUID generation. | View docs |
| Date | Date and time operations. Formatting, parsing, date math, comparisons, timezone handling. | View docs |
| List | Array operations. Filtering, sorting, pagination, aggregation, grouping, transformation. | View docs |
| Lodash | General-purpose data utilities. Deep object access, merging, deduplication, reshaping. | View docs |
| Catalog | Product catalog queries and geospatial proximity searches against CSV data. | View docs |
| Amazon Location Service | Geocoding and location services powered by AWS. Address lookup, reverse geocoding. | View docs |
Updated about 1 month ago