@absolutejs/engagement
v0.0.8
Published
The EngagementSource contract + normalized types for @absolutejs/engagement sales-engagement adapters — enrichment (person/company) and outreach activity (email/LinkedIn/call touchpoints).
Maintainers
Readme
@absolutejs/engagement
Provider-neutral contracts for sales enrichment and outreach activity in
AbsoluteJS. Applications depend on one EngagementSource; provider packages
such as @absolutejs/engagement-apollo implement that contract.
import type { EngagementSource } from "@absolutejs/engagement";
export const enrichLead = async (engagement: EngagementSource, email: string) =>
engagement.enrichPerson?.({ email });The package manifest exposes a required engagement/source slot. AbsoluteJS
Studio uses that slot to present compatible providers as no-code choices while
keeping credentials in the environment and provider response shapes behind the
shared contract.
Providers
@absolutejs/engagement-apollo— Apollo person and company enrichment, role-based people search, and outreach activity.
License
Apache-2.0.
