Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

Static text data encoder

Prev Next

Summary

NOTE: This data encoder passes a statically defined text to the profile.

Some profile calls need no dynamic content, only the same text every time. For this case, choose the Static text data encoder. This reference is intended for integration specialists and IT admins.

Purpose

The Static text data encoder passes a fixed, predefined text to a Lobster Integration profile. The text does not change at runtime. The target profile receives the data at the _data input.

In the Call profile behavior, you select the encoder using the value STATIC_TEXT.

Difference from other data encoders

The Text data encoder passes an object's content as text. The Static text data encoder passes a fixed, predefined text instead.

If the content needs to change at runtime, choose the Text data encoder.

Counterpart on the decoder side

No data decoder exists for this data encoder. For the profile's response, choose one of the other data decoders, for example the Text data decoder.

See also