Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-contact
Contact records and their communication touchpoints, including email, phone, address, consent preferences, and engagement metrics that power personalized customer interactions.
Published package · Latest published 1.0.1 Mar 4, 2026 · 15 datasets / 77 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
15 datasets77 measures · 379 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-contact
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-contact")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-contact",
datasets=["Contact", "ContactCleanInfo"],
max_tokens=2000,
)
print(model.datasets) # ["Contact", "ContactCleanInfo", "ContactDailyMetric"]
print(model.measures) # [Measure(name="Contact.ActiveTrackerCount", ...), Measure(name="Contact.MailingLatitude", ...), Measure(name="Contact.MailingLongitude", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="ActionCadenceAssigneeId", ...), Dimension(name="ActionCadenceId", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-contact
Contact records and their communication touchpoints, including email, phone, address, consent preferences, and engagement metrics that power personalized customer interactions.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 15 |
| Dimensions | 379 |
| Measures | 77 |
| Relationships | 5 |
Objects
- Contact — Represents a contact, which is a person associated with an account.
- ContactCleanInfo — Stores the metadata Data.com Clean uses to determine a contact record’s clean status. Helps you automate the cleaning or related processing of contact records. ContactCleanInfo includes a number of bit vector fields.
- ContactDailyMetric — Represents the daily engagement metrics for a contact.
- ContactEncounter — Contact Encounters - ContactEncounter
- ContactEncounterParticipant — Contact Encounter Participants - ContactEncounterParticipant
- ContactMonthlyMetric — Represents the monthly engagement metrics for a contact.
- ContactPointAddress — Represents a contact’s billing or shipping address, which is associated with an individual or person account.
- ContactPointConsent — Represents a customer's consent to be contacted via a specific contact point, such as an email address or phone number.
- ContactPointEmail — Represents a contact’s email, which is associated with an individual or person account.
- ContactPointPhone — Represents a contact’s phone number, which is associated with an individual or person account.
- ContactPointTypeConsent — Represents consent for a contact point type, such as email or phone.
- ContactRequest — Represents a customer’s request for support to get back to them about an issue.
- ContactRequestShare — Represents a list of access levels to a ContactRequest with an explanation of the access level.
- ContactShare — Represents a list of access levels to a Contact along with an explanation of the access level. For example, if you have access to a record because you own it, the ContactAccessLevel is All and RowCause is Owner.
- ContactTag — Associates a word or short phrase with a Contact.
Install
rawctx snapshot-download @pasar6987/sf-core-contact
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
