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.