Skip to main content
Triggered when an agent starts a workflow on a lead.

Event Type

workflow_run.started

Description

This event fires whenever a workflow run is created: through Create Workflow Run, from the Monumint app, or automatically when your workspace is configured to start a workflow on lead creation or CRM sync. Workflow runs on a test lead do not emit webhooks.

Payload Structure

string
required
The event type: workflow_run.started
object | null
The workspace user who made the change. null when the change came from the API or from Monumint itself. API keys authenticate a workspace rather than a person.
string
required
ISO 8601 timestamp of when the event was emitted.
string
required
The workspace the workflow run belongs to.
string
required
The lead the workflow is conducted on.
string | null
The lead’s identifier in your own system, if you set one.
object
required
The workflow run, the same object the workflow run endpoints return.