DomainSpecific

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

The DomainSpecific action executes domain-specific business logic or operations (known as methods that are unique to a particular domain configuration.

Unlike other actionTypes that have fixed, well-defined behaviors, DomainSpecific allows execution of custom, domain-configured operations that are entirely determined by configuration:

  • The method parameter specifies which operation to execute
  • Available methods vary by domain and client configuration
  • Each method has its own specific behavior and parameters

How It Works

When executed, the DomainSpecific action:

  1. Identifies the domain from domain
  2. Looks up the specific operation defined by the method parameter
  3. Executes the domain-specific logic configured for that method
  4. Applies results to the record specified by recordId

Common Use Cases

  • Execute custom business calculations
  • Trigger domain-specific workflows
  • Run specialized data transformations
  • Invoke configured integrations
  • Execute client-specific business rules

Common Methods and their corresponding Domain

DomainMethodDescription
DocumentControlCleanDocumentRemoves tracked changes, comments, or metadata from document
DocumentControlPublishPublishes the document, making it available/active
DocumentControlPushToRepositoryPushes document to external document repository
DocumentControlRemoveFromRepositoryRemoves document from external repository
ClaimCalculateReservesCalculates/recalculates claim reserves
ClaimUpdateFinancialsUpdates claim financial records
ClaimProcessPaymentProcesses a payment transaction
ClaimCloseClaimReviewCloses an open claim review
ClaimReopenReopens a closed claim
ClaimCloseCloses the claim
PolicyCalculatePremiumCalculates/recalculates policy premium
PolicyProcessEndorsementProcesses a policy endorsement
PolicyRenewInitiates policy renewal
PolicyCancelCancels the policy
PolicyReinstateReinstates a cancelled policy
ContactMergeMerges duplicate contact records
ContactValidateAddressValidates contact address (alternate to AddressValid)
LocationGeocodeGeocodes the location address
LocationValidateAddressValidates location address
IncidentEscalateEscalates the incident
IncidentConvertToClaimConverts incident to a claim
IncidentCloseCloses the incident
AssetCalculateDepreciationCalculates asset depreciation
AssetUpdateValuationUpdates asset valuation
CertificateIssueIssues the certificate
CertificateRevokeRevokes the certificate
CertificateRenewRenews the certificate
Path Params
string
required

The Origami domain (e.g., Claim, Policy)

integer
required

This is the ID of the record you are running the method on.

Body Params
parameters
object
required
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json