Top action bar
Platform selector, AI generation, execution history, active toggle, and save for the current bot workflow.
The top action bar sits above the workflow canvas. It controls which channel this bot runs on, whether the bot is published (active), and how you save or inspect the workflow.

Controls are listed left to right as they appear in the editor.
Controls (left to right)
| # | Control | What it does |
|---|---|---|
| 1 | Selected platform | Chooses the platform this bot operates on (for example Pingmee service, WhatsApp, Messenger, or Instagram). Triggers and message nodes should match this platform. |
| 2 | Generate with AI | Opens AI-assisted workflow creation. From a single prompt and/or an uploaded file, Pingmee can build a fully operational bot in under three minutes. Review the generated graph, then adjust nodes and save. |
| 3 | Past executions | Opens a list of previous bot runs. Inspect the complete JSON output for each execution (useful for debugging, support, and understanding what the bot returned at runtime). |
| 4 | Active / Inactive | Toggles whether this workflow is live. When inactive, the bot does not run for customers even if the graph is saved. When active, matching triggers can start the bot (see Pingmee Trigger). |
| 5 | Save | Persists the current canvas (nodes, edges, and node configuration) to Pingmee. Save after meaningful edits; unsaved changes may be lost if you leave the editor. |
Typical workflow
- Set Selected platform for the channel you are automating.
- Build or Generate with AI, then refine nodes on the canvas.
- Use Past executions to verify behavior after test runs.
- Turn Active on when you are ready for production traffic.
- Click Save before leaving the editor.
Related
- Board overview
- Board toolbar — canvas + and bottom bar (separate from this top bar)
- Pingmee Trigger