Lead and campaign tools built in.
Research leads, organize them into lists, run outbound campaigns, and keep conversation history connected to customer records.
Best for
- agency lead gen
- launch outreach
- sales follow-up
- customer reactivation
Use it when the website project also needs lead capture, prospect research, or launch outreach from the same backend.
What this module gives your project.
Lead research
Use this capability from your custom frontend while the operational side stays manageable in Arky admin.
Profile lists
Use this capability from your custom frontend while the operational side stays manageable in Arky admin.
Campaigns
Use this capability from your custom frontend while the operational side stays manageable in Arky admin.
Mailboxes
Use this capability from your custom frontend while the operational side stays manageable in Arky admin.
Suppressions
Use this capability from your custom frontend while the operational side stays manageable in Arky admin.
Custom UX without rebuilding backend state.
- Lead capture forms
- Profile list subscription
- Campaign-aware customer records
- Access gates
A client-facing back office for the same module.
- Research workflows
- Profile lists
- Campaign setup
- Reply tracking
- Suppression controls
Code the frontend. Connect Arky underneath.
Start with the frontend stack the project deserves, then connect only the Arky modules it needs. The admin, API, SDK, and backend workflows stay behind the custom experience.
- Collect or research leads
- Organize profiles into lists
- Run campaigns with conversation history attached
import { createArkyStore } from "arky-sdk/storefront-store";
const arky = createArkyStore({
baseUrl: "https://api.arky.io",
storeId: "your-store-id",
locale: "en",
});
await arky.setup({ hydrateCart: true });
// Use the module helpers your frontend needs.
// The client keeps full control over markup, routing, and UX. Useful integration touchpoints.
POST /v1/storefront/{storeId}/profile-lists/{id}/subscribeGET /v1/storefront/{storeId}/profile-lists/{id}/access