post
https://{environment}.origamirisk.com/OrigamiApi/api/v2/Actions/Queue/DomainSpecific//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
methodparameter 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:
- Identifies the domain from
domain - Looks up the specific operation defined by the
methodparameter - Executes the domain-specific logic configured for that method
- 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
| Domain | Method | Description |
|---|---|---|
| DocumentControl | CleanDocument | Removes tracked changes, comments, or metadata from document |
| DocumentControl | Publish | Publishes the document, making it available/active |
| DocumentControl | PushToRepository | Pushes document to external document repository |
| DocumentControl | RemoveFromRepository | Removes document from external repository |
| Claim | CalculateReserves | Calculates/recalculates claim reserves |
| Claim | UpdateFinancials | Updates claim financial records |
| Claim | ProcessPayment | Processes a payment transaction |
| Claim | CloseClaimReview | Closes an open claim review |
| Claim | Reopen | Reopens a closed claim |
| Claim | Close | Closes the claim |
| Policy | CalculatePremium | Calculates/recalculates policy premium |
| Policy | ProcessEndorsement | Processes a policy endorsement |
| Policy | Renew | Initiates policy renewal |
| Policy | Cancel | Cancels the policy |
| Policy | Reinstate | Reinstates a cancelled policy |
| Contact | Merge | Merges duplicate contact records |
| Contact | ValidateAddress | Validates contact address (alternate to AddressValid) |
| Location | Geocode | Geocodes the location address |
| Location | ValidateAddress | Validates location address |
| Incident | Escalate | Escalates the incident |
| Incident | ConvertToClaim | Converts incident to a claim |
| Incident | Close | Closes the incident |
| Asset | CalculateDepreciation | Calculates asset depreciation |
| Asset | UpdateValuation | Updates asset valuation |
| Certificate | Issue | Issues the certificate |
| Certificate | Revoke | Revokes the certificate |
| Certificate | Renew | Renews the certificate |