open_automation_editor
Edit and configure email automation workflows in SendGrid by opening the automation editor for specific automation IDs to modify campaign sequences and triggers.
Instructions
Open automation editor for a specific automation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
automation_id | Yes | The automation ID to edit |
Input Schema (JSON Schema)
{
"properties": {
"automation_id": {
"description": "The automation ID to edit",
"type": "string"
}
},
"required": [
"automation_id"
],
"type": "object"
}