Skip to main content
Actions are what your workflows do when triggered. Chain multiple actions together to create powerful automation sequences.

Room actions

ActionDescription
Create room from templateCreates a new room using a template
Change room statusUpdates the room’s status
Change section accessLock, unlock, hide, or show sections

Communication actions

ActionDescription
Send emailSend an email from Flowla or via connected Gmail/Outlook
Slack send messagePost to a Slack channel or user
ActionDescription
Create actionAdd a new action to a room
Change action statusMark actions as done, in progress, etc.
Duplicate actionCopy an existing action

CRM actions (HubSpot)

ActionDescription
Change deal stageMove deal to a different stage
Change propertyUpdate any HubSpot property

CRM actions (Salesforce)

ActionDescription
Change opportunity statusMove opportunity to a different stage
Change propertyUpdate any Salesforce field

Data actions

ActionDescription
Enrich contactAdd additional contact data
Create company from contactCreate company record

AI actions

ActionDescription
AI promptGenerate content using custom instructions

Integration actions

ActionDescription
HTTP requestCall external APIs

Configuring actions

Dynamic values: Use data from triggers and previous actions:
  • {{trigger.deal_name}} - Value from the trigger
  • {{contact.email}} - Contact information
  • {{room.link}} - Room URL
Queue for review: Enable “Add to queue for review” to:
  • Review output before it’s sent
  • Edit AI-generated content
  • Approve before execution

Best practices

  1. Chain logically - Order actions in the sequence they should execute
  2. Use variables - Pass data between actions for personalization
  3. Handle errors - Consider what happens if an action fails
  4. Test incrementally - Add and test one action at a time