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
| Action | Description |
|---|---|
| GetActor | Retrieve information about a specific actor. |
| GetActors | Retrieve a list of actors matching filter criteria. |
| CreateActor | Create a new actor for a persona on a specific integration-connector pair. |
| GetAct | Retrieve an act (event) by its ID. |
| GetLatestMessageActor | Get the actor associated with the most recent message. |
Updated 4 days ago
