Workflow Triggers

🚧 Under development

Workflows are under active development and not yet generally released. The UI and API may change without notice. If you want early access, contact Solvimon support.

A workflow trigger is created when a workflow matches an event. Triggers are important because they turn “something happened” into a durable record that can be audited and retried.

When You Care About Triggers

Triggers answer questions like:

  • Did the workflow actually fire?
  • What object did it fire for (which invoice/payment)?
  • Was it fired automatically or manually?

Trigger Types

  • Event triggers
    • Created automatically by Solvimon from invoice and payment lifecycle events.
  • Manual triggers
    • Created by a user action for testing or diagnostics.

Troubleshooting Checklist

If an email did not go out:

  • Confirm the workflow is Active.
  • Confirm the customer is in scope (pilot vs rollout).
  • Look for a trigger for the relevant invoice/payment.
  • If a trigger exists, look at executions to see whether the action succeeded.

API reference