Short answer: Drop the "GoHighLevel → Update Opportunity Stage" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Opportunity ID opportunityId | string | Required | The opportunity to update. |
New Stage ID pipelineStageId | string | Optional | Move the opportunity to this pipeline stage. |
Status status | options | Optional | Lifecycle status to set. |
Monetary Value monetaryValue | number | Optional | Updated deal value. |
Opportunity Name name | string | Optional | Rename the opportunity. |
{"opportunityId": "Tu1Lf5wYC5SqQ8oa6L2y","pipelineStageId": "stage_xyz","status": "{{trigger.status}}","monetaryValue": "{{trigger.monetaryValue}}","name": "{{trigger.name}}"}
{"opportunity": {"id": "Tu1Lf5wYC5SqQ8oa6L2y","name": "Acme Inc — Annual Plan","status": "won","updatedAt": "2026-04-11T12:00:00.000Z","monetaryValue": 5000,"pipelineStageId": "stage_won"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.