/
/useSend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
  • get/v1/domains
  • get/v1/emails/{emailId}
  • patch/v1/emails/{emailId}
  • post/v1/emails
  • post/v1/emails/{emailId}/cancel
  • get/v1/contactBooks/{contactBookId}/contacts
  • post/v1/contactBooks/{contactBookId}/contacts
  • get/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • put/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • delete/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • patch/v1/contactBooks/{contactBookId}/contacts/{contactId}

post/v1/emails

Request body

fromstring required
subjectstring required
textstring
htmlstring
scheduledAtstring date-time

Response

Retrieve the user

emailIdstring

Changes