Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Client SDKs
Client SDKs for Simpu's APIs
import { SimpuProvider } from "@simpu/mail-sdk"; function App() { return ( <SimpuProvider apiUrl="https://api.simpu.co" accessToken="your-access-token" organisationID="your-organisation-id" > {/* Your app components */} </SimpuProvider> ); }