INTEGRATION
Agent actions
Interact with Flomation Agents
- Actions
- 16
- Maintained by
- Flomation
Every Agent action
- Add to ConversationStore a message and return conversation history
- Create ScheduleCreate a recurring scheduled task for the agent
- Delete ScheduleDelete a scheduled task by name
- Forget MemoryDelete a specific memory from an agent's store
- Fulfil CommitmentMark an agent commitment as fulfilled after the follow-up has been delivered
- Get CalendarReturn the user's upcoming Google Calendar events. Use when the conversation hints at scheduling: where they are, where they need to be, whether they're running late.
- Get ConversationFetch the full message history of a previous conversation the agent has had with this user. Use when a summary in your Recent Conversations section looks relevant.
- List IdentitiesList all known channel identities for the current user
- List SchedulesList all scheduled tasks for the agent
- Process Extraction OutputParse a structured extraction JSON payload and write memories, pending actions, and commitments
- Read Agent StateRead a persistent state value from an agent's key-value store
- Recall MemoriesFetch an agent's memories about a specific user
- Remember FactStore a durable fact, preference, or piece of feedback in an agent's memory
- Search Conversation HistoryFull-text search your entire message history with this user (all channels) to recall something outside your current context. Provide a search query.
- Send Agent MessageSend a message through an agent's communication channel and record it
- Write Agent StateWrite a persistent state value to an agent's key-value store
Wire Agent into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a Agent step can sit between a form, a database and a message without any glue code.
