Welcome to the Simpu Email SDK documentation! This guide will help you get started with using the SDK components and hooks in your React applications.Documentation Index
Fetch the complete documentation index at: https://docs.simpu.co/llms.txt
Use this file to discover all available pages before exploring further.
Installation
The Simpu Email SDK is designed to work within this monorepo structure. If you’re building an external application, you would install it via npm:Configuration
- Configure the SDK with your Simpu API credentials:
Always wrap your app with the SimpuProvider - This ensures all components
and hooks have access to the necessary Simpu API context.
- Import CSS styles (optional)
Next Steps
- Explore the Core SDK package if you need to implement core email functionality without the SDK’s built-in UI components.
- Check out the UI package with pre-built UI components and pages for quickly integrating email marketing into your product.
- See Examples for complete implementation examples.
- Review the API documentation for backend integration details.