Skip to content

Add documentation: Document Email API Endpoints #15

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-sarthak[bot]
Copy link

Email API Reference

This document provides a comprehensive reference for the Email API endpoints. These endpoints allow you to create and send emails, as well as handle incoming mail.

Target Audience: Developers, Integrators

Email API

This section details the available Email API endpoints.

1. Create Email

Endpoint: /v1/emails/{accountId}/create-email

Method: POST

Description: This endpoint creates a new email. Currently, this endpoint does not accept any request body parameters. It might be used in the future to pre-create email drafts or templates.

Parameters:

Name In Type Required Description
accountId path string true The ID of the account.
x-api-key header string true API Key for authentication.
x-api-secret header stri

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