# Join random chunks of text — Messages Botize method — `plugin_talk.merge_texts` (action). Build a text by joining random chunks taken from several groups of phrases. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `group1` *(string)* — Group 1 - `group2` *(string)* — Group 2 - `group3` *(string)* — Group 3 - `group4` *(string)* — Group 4 - `group5` *(string)* — Group 5 - `max_length` *(string)* — Maximum length of the resulting text - `stop_if_no_space_for_any_text_of_a_group` *(boolean)* — Stop if no space for any text of a group - `min_number_of_groups_to_be_included` *(string, one of: "1"; "2"; "3"; "4"; "5")* — Min number of groups to be included in the resulting text ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{text}}` *(text)* — Text ## This app Every trigger and action for Messages: https://botize.com/en/app/plugin_talk.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/plugin_talk/merge_texts