CampaignPerfect
Accounts
Leads
Contacts
Opportunities
Campaigns
Tasks
Automation
Dashboards
Reports
Settings
Orgs
Sign in
Automation (Workflows)
Trigger (JSON)
{ "on": "Opportunity.stage_changed", "if": [ { "field": "toStage.isWon", "op": "eq", "value": true } ] }
Actions (JSON array)
[ { "type": "create_task", "title": "Send thank-you note", "assignee": "ownerId", "dueIn": "2d" }, { "type": "post_slack", "channel": "#wins", "text": "${opportunity.name} Closed Won: $${amount}" } ]
Create workflow