Skip to content

Add documentation: Email Functionality Documentation #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quantstruct-dev-newman[bot]
Copy link

Email Functionality Documentation

Email Overview

This document provides comprehensive information for developers and email integration specialists on how to utilize the email functionality within our platform. It covers various aspects, including authentication, creating, sending, and receiving emails, as well as webhook integration. This documentation complements the OpenAPI specification and provides practical examples to facilitate seamless integration.

Authentication

All email-related endpoints require authentication. You can authenticate using API keys or OAuth 2.0. Refer to the Authentication Documentation for detailed instructions on obtaining and using your credentials.

Example (API Key in Header):

Authorization: Bearer YOUR_API_KEY

Creating Emails

The /v1/emails/{accountId}/create-email endpoint allows you to create email drafts. These drafts can then be sent using the sending endpoint.

Request:

POST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants