Types:
from cloudflare.types.email_sending import EmailSendingSendResponse, EmailSendingSendRawResponseMethods:
client.email_sending.send(*, account_id, **params) -> EmailSendingSendResponseclient.email_sending.send_raw(*, account_id, **params) -> EmailSendingSendRawResponse
Types:
from cloudflare.types.email_sending import (
SubdomainCreateResponse,
SubdomainListResponse,
SubdomainDeleteResponse,
SubdomainGetResponse,
)Methods:
client.email_sending.subdomains.create(*, zone_id, **params) -> Optional[SubdomainCreateResponse]client.email_sending.subdomains.list(*, zone_id) -> SyncSinglePage[SubdomainListResponse]client.email_sending.subdomains.delete(subdomain_id, *, zone_id) -> SubdomainDeleteResponseclient.email_sending.subdomains.get(subdomain_id, *, zone_id) -> Optional[SubdomainGetResponse]
Methods:
client.email_sending.subdomains.dns.get(subdomain_id, *, zone_id) -> SyncSinglePage[DNSRecord]