The key parts of a workflow are triggers and actions. Most workflows are triggered by a source application sending a webhook to Morf. Morf then processes that webhook, generating an event. Once a workflow is triggered, a sequence of actions will execute. Actions allow you to fetch or send data to your integrated destination applications, control the flow of a workflow execution using conditional logic, or store data in Morf.

The libraries below give you a full list of the existing events that can be used as triggers as well as our existing actions. We’re always adding new events and actions, please let us know if we are missing one you need.

  1. Event library
  2. Action library (coming soon)
  3. CEL reference