smartlead_stop_automated_test
Stop an active automated email marketing test before its scheduled end date by providing the test ID. This allows users to halt tests that are no longer needed or require adjustment.
Instructions
Stop an active automated test before its end date.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the automated test to stop |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the automated test to stop",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}