smartlead_get_email_content
Retrieve email content details including raw and HTML versions along with campaign and sequence information for a specific spam test ID.
Instructions
Get details for the email content (raw, HTML) along with campaign and sequence details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the email content for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the email content for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}