Actor

An Actor represents a channel-specific identity for a Persona. For example, a single user Persona may have separate Actors for Sandbox chat, WhatsApp, and phone — each tied to a specific integration and connector. Actor actions let you create, retrieve, and inspect actors and their associated acts (events).

Available Actions

ActionDescription
GetActorRetrieve information about a specific actor.
GetActorsRetrieve a list of actors matching filter criteria.
CreateActorCreate a new actor for a persona on a specific integration-connector pair.
GetActRetrieve an act (event) by its ID.
GetLatestMessageActorGet the actor associated with the most recent message.