emails_archive
Archive email records from HubSpot CRM by providing the email ID to remove them from active view while maintaining data integrity.
Instructions
Archive (delete) an email record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"emailId": {
"type": "string"
}
},
"required": [
"emailId"
],
"type": "object"
}