Bulk edit automations

Edit multiple automations with a single api call.

{
	"seriesIds": [87, 83],
	"status": 2
}
{
    "automations": [
        {
            "name": "Send Introductory Email",
            "cdate": "2025-10-15T14:08:05-05:00",
            "mdate": "2025-10-15T15:57:24-05:00",
            "userid": "1",
            "status": 2,
            "entered": "2",
            "exited": "2",
            "hidden": "0",
            "entitlements_violation": "0",
            "source": "0",
            "description": null,
            "exit_on_unsubscribe": "0",
            "exit_on_conversion": "0",
            "multientry": "1",
            "links": {
                "campaigns": "https://account.api-us1.com/api/3/automations/87/campaigns",
                "contactGoals": "https://account.api-us1.com/api/3/automations/87/contactGoals",
                "contactAutomations": "https://account.api-us1.com/api/3/automations/87/contactAutomations",
                "blocks": "https://account.api-us1.com/api/3/automations/87/blocks",
                "goals": "https://account.api-us1.com/api/3/automations/87/goals",
                "sms": "https://account.api-us1.com/api/3/automations/87/sms",
                "sitemessages": "https://account.api-us1.com/api/3/automations/87/sitemessages",
                "triggers": "https://account.api-us1.com/api/3/automations/87/triggers"
            },
            "id": "87"
        },
        {
            "name": "Send Text Message Reminder",
            "cdate": "2025-07-30T12:18:17-05:00",
            "mdate": "2025-10-15T14:07:32-05:00",
            "userid": "1",
            "status": 2,
            "entered": "63",
            "exited": "63",
            "hidden": "0",
            "entitlements_violation": "0",
            "source": "0",
            "description": "",
            "exit_on_unsubscribe": "0",
            "exit_on_conversion": "0",
            "multientry": "1",
            "links": {
                "campaigns": "https://account.api-us1.com/api/3/automations/83/campaigns",
                "contactGoals": "https://account.api-us1.com/api/3/automations/83/contactGoals",
                "contactAutomations": "https://account.api-us1.com/api/3/automations/83/contactAutomations",
                "blocks": "https://account.api-us1.com/api/3/automations/83/blocks",
                "goals": "https://account.api-us1.com/api/3/automations/83/goals",
                "sms": "https://account.api-us1.com/api/3/automations/83/sms",
                "sitemessages": "https://account.api-us1.com/api/3/automations/83/sitemessages",
                "triggers": "https://account.api-us1.com/api/3/automations/83/triggers"
            },
            "id": "83"
        }
    ]
}
📘

Automations can have a status to either 1 or 2

🟢 Set list of automations to active:"status": 1

🔴 Set list of automations to inactive: "status": 2


Language
Credentials
Header
URL