post https://{youraccountname}.api-us1.com/api/3/automations/bulk_edit
Edit multiple automations with a single api call.
{
"seriesIds": [87, 83],
"status": 2
}Automations can have a
statusto either1or2🟢 Set list of automations to active:
"status": 1🔴 Set list of automations to inactive:
"status": 2
