Notifications → Email SDK methods.
The Email channel handles transactional and campaign email — templates, footers, signatures, campaigns, and provider integrations.
PUT /notifications/email/templates/{Id}/archive
POST /notifications/email/templates/attachments
POST /notifications/email/integrations/domain-health
POST /notifications/email/templates/{Id}/clone
POST /notifications/email/integrations/confirm-human-delivery
POST /notifications/email/campaigns
POST /notifications/email/templates
DELETE /notifications/email/campaigns/{Id}
DELETE /notifications/email/footers/{id}
DELETE /notifications/email/integrations/{Id}
DELETE /notifications/email/signatures/{id}
DELETE /notifications/email/templates/{Id}
GET /notifications/email/disable
PUT /notifications/email/integrations/{Id}/disable
GET /notifications/email/enable
PUT /notifications/email/integrations/{Id}/enable
GET /notifications/email/campaigns/{id}
GET /notifications/email/campaigns/{id}/batches/{batchId}/{notificationId}
GET /notifications/email/campaigns/{id}/batches/{batchId}
GET /notifications/email/campaigns/{id}/batches
GET /notifications/email/campaigns/{id}/stats
GET /notifications/email/campaigns
GET /notifications/email/disable-dependencies
GET /notifications/email/footers/{id}
GET /notifications/email/footers
GET /notifications/email/integrations/{id}
GET /notifications/email/integrations
GET /notifications/email/settings
GET /notifications/email/signatures/{id}
GET /notifications/email/signatures
GET /notifications/email/templates/{id}
GET /notifications/email/templates/{id}/tokens
GET /notifications/email/templates
POST /notifications/email/templates/mjml
GET /notifications/email/system-templates/{id}
GET /notifications/email/system-templates
GET /notifications/email/preview
POST /notifications/email/footers
POST /notifications/email/integrations
POST /notifications/email/signatures
POST /notifications/email/validation/integrations
PUT /notifications/email/integrations/{Id}/default
POST /notifications/email/campaigns/{Id}/stop
POST /notifications/email/integrations/test
POST /notifications/email/validation/integrations/test
PUT /notifications/email/templates/{Id}/unarchive
PUT /notifications/email/templates
Last updated