Adding Correspondence to a Member Record
This use case outlines how to use the VBAPI platform to attach a correspondence file to a member record. This will make the file visible in the Correspondence Tracking UI.
Step 1: Create a Report Queue
This initializes the correspondence item.
Set the Queue_Type
to SAVE
.
Step 2: Create Report Queue Detail
Attach a file or blob to the report queue.
Step 3: Add Report Queue Detail Arguments
Add these required arguments to link to a member:
-
ReportArg_SubscriberID
-
ReportArg_MemberSeq
Create Report Queue Detail Argument
Step 4 (Optional): Notify the User via Reminder Event
You can optionally notify the user that a correspondence item has been added by creating an event.
Step 5: Track the Correspondence
Update the tracking table to reflect that the file was sent/received.
Notes
- This process is specific to Enrollment Correspondence . For other types (e.g., Claims), use the Note Attachment process instead.
-
The correspondence file will only appear in
Correspondence Tracking
if both
ReportArg_SubscriberID
andReportArg_MemberSeq
are provided.