Send any message block, like text, gallery, list and others. Attach buttons with custom payloads to continue interaction.
In dynamic block request body, you can use Full Subscriber Data variable, that contains all subscriber’s information:
Example request payload:
{
"payload": "MyPayloadHere",
"subscriber": ,
"user": {
"first_name": ,
"last_name":
}
}
# or just use
Using the follwing keyword
will provide you the Full Subscriber Data.
Check Full Subscriber Data example for more information.