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

ConnectorDescriptionDocumentation
MathArithmetic and number operations. Add, subtract, multiply, divide, round, min/max, random.View docs
StringText manipulation. Concatenation, splitting, case conversion, find/replace, UUID generation.View docs
DateDate and time operations. Formatting, parsing, date math, comparisons, timezone handling.View docs
ListArray operations. Filtering, sorting, pagination, aggregation, grouping, transformation.View docs
LodashGeneral-purpose data utilities. Deep object access, merging, deduplication, reshaping.View docs
CatalogProduct catalog queries and geospatial proximity searches against CSV data.View docs
Amazon Location ServiceGeocoding and location services powered by AWS. Address lookup, reverse geocoding.View docs