Email Sending
Send an email using the builder.
client.emailSending.send(EmailSendingSendParams { account_id, from, subject, 8 more } params, RequestOptionsoptions?): EmailSendingSendResponse { delivered, permanent_bounces, queued }
POST/accounts/{account_id}/email/sending/send
Send a raw MIME email message.
client.emailSending.sendRaw(EmailSendingSendRawParams { account_id, from, mime_message, recipients } params, RequestOptionsoptions?): EmailSendingSendRawResponse { delivered, permanent_bounces, queued }
POST/accounts/{account_id}/email/sending/send_raw
Email SendingSubdomains
List sending subdomains
client.emailSending.subdomains.list(SubdomainListParams { zone_id } params, RequestOptionsoptions?): SinglePage<SubdomainListResponse { email_sending_enabled, name, tag, 5 more } >
GET/zones/{zone_id}/email/sending/subdomains
Get a sending subdomain
client.emailSending.subdomains.get(stringsubdomainId, SubdomainGetParams { zone_id } params, RequestOptionsoptions?): SubdomainGetResponse { email_sending_enabled, name, tag, 5 more }
GET/zones/{zone_id}/email/sending/subdomains/{subdomain_id}
Create a sending subdomain
client.emailSending.subdomains.create(SubdomainCreateParams { zone_id, name } params, RequestOptionsoptions?): SubdomainCreateResponse { email_sending_enabled, name, tag, 5 more }
POST/zones/{zone_id}/email/sending/subdomains
Delete a sending subdomain
client.emailSending.subdomains.delete(stringsubdomainId, SubdomainDeleteParams { zone_id } params, RequestOptionsoptions?): SubdomainDeleteResponse { errors, messages, success }
DELETE/zones/{zone_id}/email/sending/subdomains/{subdomain_id}
Email SendingSubdomainsDNS
Get sending subdomain DNS records
client.emailSending.subdomains.dns.get(stringsubdomainId, DNSGetParams { zone_id } params, RequestOptionsoptions?): SinglePage<DNSRecord { content, name, priority, 2 more } >
GET/zones/{zone_id}/email/sending/subdomains/{subdomain_id}/dns