Home → Admin Manual → Automation Rules → Custom Scheduling Automation Rules
8.5. Custom Scheduling Automation Rules
automation:rules
You can run all Automation Rules, or specific Automation Rules by their ID. Their ID is found within HelpSpot when viewing the list of Automation Rules.
# Run all automation rules # Except those marked to run on a Custom Schedule php hs automation:rules # Run automation rule 1 # regardless of Custom Schedule setting php hs automation:rules --id=1 # Run automation rule 1 and 2 # regardless of Custom Schedule setting php hs automation:rules --id=1,2
This page was: Helpful |
Not Helpful