CreatePersona

The CreatePersona action creates a new User Persona. The User Persona name will be the one you pass as a parameter. The action will return the universally unique identifier (UUID) of the persona created.

CreatePersona(
  name="My User Persona name"
)

Example

{{set(name="persona_id", value=CreatePersona(name="My User Persona name"))}}
{{SendMessage(message=persona_id)}}
UUID of the persona created. For example, "7a1644f4-cd26-4575-947a-8f9d75caa073."