Skip to documentation
Epic CareLink integration

Poll Service Requests

Perform Poll Service Requests through Epic CareLink.

View as Markdown
epic_poll_service_requests
writeepic_carelink

Inputs

  • max_pages
    numberrequired
    Max Pages

    Required numeric value.

    Default: 50

  • max_requests
    numberrequired
    Max Requests

    Required numeric value.

    Default: 40

Outputs

  • successSuccess
  • outcomeOutcome
  • pages_readPages Read
  • requests_listedRequests Listed
  • duplicates_removedDuplicates Removed
  • skipped_missing_external_idSkipped Missing External Id
  • deferred_countDeferred Count
  • staged_complete_countStaged Complete Count
  • staged_partial_countStaged Partial Count
  • preserved_packet_countPreserved Packet Count
  • attachment_download_countAttachment Download Count
  • attachment_browser_page_countAttachment Browser Page Count
  • attachment_current_frame_pdf_countAttachment Current Frame Pdf Count
  • attachment_portal_popup_countAttachment Portal Popup Count
  • retryable_failure_countRetryable Failure Count
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "max_pages",
    "max_requests"
  ],
  "properties": {
    "max_pages": {
      "type": "number",
      "default": 50,
      "description": "Required numeric value.",
      "x-workflow-field-type": "number"
    },
    "max_requests": {
      "type": "number",
      "default": 40,
      "description": "Required numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "outcome": {},
    "success": {},
    "pages_read": {},
    "deferred_count": {},
    "requests_listed": {},
    "duplicates_removed": {},
    "staged_partial_count": {},
    "staged_complete_count": {},
    "preserved_packet_count": {},
    "retryable_failure_count": {},
    "attachment_download_count": {},
    "skipped_missing_external_id": {},
    "attachment_browser_page_count": {},
    "attachment_portal_popup_count": {},
    "attachment_current_frame_pdf_count": {}
  },
  "additionalProperties": true
}
View all Epic CareLink actions