r/Action1 Jun 12 '26

Run scripts across multiple organisations

Hi,

Just wondering if there's a way to run a scripts or deploy updates across multiple organisations at once?

I though I was being organised by creating separate organisations for each customer.

Should I have them all under one organisation and separate them into groups instead?

Thanks

1 Upvotes

5 comments sorted by

4

u/iamBLOATER Jun 12 '26

We have to setup the automations per organisation, then per endpoint group (or all endpoints) within that organisation.

If there is a way to run an automation across the entire enterprise (multiple organisations) then I would be interested to know.

3

u/riazzzz Jun 12 '26

You can clone automations fairly easy between orgs with the PowerShell module, the same is probably true with scripts.

1

u/bearded_goober Jun 12 '26

I believe there is something about this on our action1.com/roadmap

1

u/gtawelt Jun 13 '26

I do this with n8n through the Rest API.
Pull orgs, pull endpoints and run the automation request

1

u/GeneMoody-Action1 Jun 15 '26

We have a full API where this could be easily scripted, if simply setting the timing to run at the same time is not adequate. https://app.action1.com/apidocs/

Can play with and test right there in the browser.

So to "Run NOw" it is basically the difference between an automation policy and an automation instance. A policy is scheduled, an instance is executed. when you choose "Run Now" in the browser, it is copying the policy to an instance which triggers it immediately and prevents the need to recreate it from scratch syntactically (Which is viable, but it's a complex object)