Outeract Documentation#

This documentation covers building messaging integrations across every platform Outeract supports.

Documentation Structure#

Getting Started#

New to Outeract? Start here to create your account, understand the basics, and send your first message.

Core Concepts#

Understand the architecture. Learn about the fundamental building blocks of Outeract.

Platform Guides#

Connect your platforms. Step-by-step setup instructions for each messaging platform.

API Reference#

Complete API documentation. GraphQL schemas and webhooks.

How-To Guides#

Practical tutorials. Step-by-step guides for common tasks.

Reference#

Technical details. Event types, errors, and limits.

Troubleshooting#

Get help. Common issues, debugging tips, and FAQ.

  • FAQ - Frequently asked questions

Quick Reference#

API Endpoints#

APIURLAuth
Developer GraphQLhttps://api.outeract.com/API Key

The console lives at outeract.com/console.

Required Headers#

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Note: No X-Outeract-App-ID header is needed, because API keys are already scoped to a specific application.

Rate Limits & Pricing#

Rate limits are set per API key. Each key defaults to 100 requests/minute and can be configured with a custom rateLimitPerMinute (up to 1,000) when the key is created.

Pricing is usage-based: $0.01 per API call and $1.00 per GB/month of storage. Every account receives a $10 free usage credit each month. For volume pricing or SLAs, contact us.


Need Help?#