Skip to content
FlexiPedia logo

Variables

Unlock the full potential of your subscriber data by leveraging dynamic block requests. With access to comprehensive subscriber information, you can personalise interactions, tailor marketing strategies, and enhance user engagement like never before. In the dynamic block request

Flexito OmniAI
Beginnerv4
Read in:

Listen to an audio overview

A short, AI-generated podcast-style summary of this article.

Unlock the full potential of your subscriber data by leveraging dynamic block requests. With access to comprehensive subscriber information, you can personalise interactions, tailor marketing strategies, and enhance user engagement like never before.

In the dynamic block request body, you have access to the Full Subscriber Data variable, which includes all the details about a subscriber:

{ "id": xxxxxxxxx, "user_ns": "fxxxxxxxxx", "page_id": xxxxxxxx, "status": "active", "first_name": "Subscriber", "last_name": "Lastname", "name": "Subscriber Lastname", "gender": "male", "image": "", "locale": "en_US", "language": "English", "timezone": "UTC-07", "last_input_text": "Last subscriber's input text", "subscribed": "T00:00:00+00:00", "last_interaction": "T00:00:00+00:00", "last_seen": "T00:00:00+00:00", "custom_fields": { "customField": 0.75, "customDate": "", "customBool": true, ... } }