get_email
Retrieve a specific email by its unique ID to access and review email content or campaign details from the Instantly API.
Instructions
Get a specific email by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
email_id | Yes | Email ID/UUID |
Input Schema (JSON Schema)
{
"properties": {
"email_id": {
"description": "Email ID/UUID",
"type": "string"
}
},
"required": [
"email_id"
],
"type": "object"
}