Skip to content

Conversation

@quantstruct-dev-newman
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.

1 participant