Start an Automation (chmln.show())
Call chmln.show with the Chameleon ID of the Automation (part of the Automation URL, or copyable from the dashboard slideout).
Thekind: 'automation'option is required to distinguish Automations from Tours, which also usechmln.show.
Finding the Automation ID
- Open the Chameleon Dashboard.
- Navigate to the Automation you want to trigger.
- Copy the ID from the URL (e.g.,
https://app.chameleon.io/automations/AUTOMATION_ID) or use the “Copy ID” option in the dashboard slideout.
Options
You can pass additional options as the second argument:Examples
Start an Automation immediately for the current user:- Show a Tour — trigger Tours via JavaScript
- Show a Demo — trigger Demos via JavaScript
- Deliveries API — trigger Experiences via REST API (server-side)

