Skip to content

Add documentation: Messaging Systems Integration #21

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

Messaging Systems Integration

This document provides a comprehensive guide for integrating with our messaging services, covering individual messaging, group messaging, WhatsApp integration, and thread management. It is intended for developers and product managers who need to understand and utilize our messaging APIs.

Introduction

Our platform offers a variety of messaging endpoints to facilitate communication with users across different channels. This document aims to unify the documentation and provide practical integration examples to streamline the development process.

Individual Messaging

This section covers sending messages to individual users.

Endpoint

/v1/messages/individual/{accountId}/send

Description

This endpoint allows you to send a message to a single recipient.

Request Body (Example)

{
  "recipient": "+15551234567",
  "message": "Hello, this is a test message!"
}

Response (Example)

{
  "messageId": "unique_messag

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