RamQuest Events (Preview)
This connector contains triggers which respond to events enabled within RamQuest title production software solutions including CCE and Horizon.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | AE&I Support |
URL | https://www.ramquest.com/support |
AEI@ortitletech.com |
Connector Metadata | |
---|---|
Publisher | RamQuest Software, Inc |
Website | https://www.ortitletech.com/ |
Privacy policy | https://www.ortitletech.com/privacy-policy/ |
Categories | Productivity |
RamQuest Events
This connector contains triggers which respond to events enabled within RamQuest title production software solutions including CCE and Horizon.
Publisher: RamQuest, Inc.
Prerequisites
You will need the following to proceed:
- A Microsoft Power Apps or Power Automate account
- A TPS tenant which has been configured by RamQuest to work with this connector
- A RamQuest registered user (CCE or Horizon)
Obtaining Credentials
For authentication, you need to use your registered Horizon or CCE user credentials, to setup contact your RamQuest support representative or use ( https://www.ramquest.com/support/).
Known Issues and Limitations
N/A
Deployment instructions
N/A
Supported Operations
The connector supports the following operations:
Horizon Event Trigger
: Trigger a workflow when a configured event in Horizon occursCCE Event Trigger
: Trigger a workflow when a configured event in CCE occurs
Creating a connection
The connector supports the following authentication types:
Connect to a Production tenant | Log in using Production account credentials | All regions | Not shareable |
Connect to a Staging tenant | Log in using Staging account credentials | All regions | Not shareable |
Default [DEPRECATED] | This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility. | All regions | Not shareable |
Connect to a Production tenant
Auth ID: production
Applicable: All regions
Log in using Production account credentials
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Connect to a Staging tenant
Auth ID: staging
Applicable: All regions
Log in using Staging account credentials
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Default [DEPRECATED]
Applicable: All regions
This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Triggers
CCE Event Trigger |
Activates upon receiving a CCE event. |
Horizon Event Trigger |
Activates upon receiving a Horizon event. |
CCE Event Trigger
Activates upon receiving a CCE event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Event
|
action | string |
If blank, all configured events will trigger this flow |
Returns
Horizon Event Trigger
Activates upon receiving a Horizon event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Event
|
action | string |
If blank, all configured events will trigger this flow |
Returns
- Body
- HorizonWorkflowEvent
Definitions
HorizonWorkflowEvent
Name | Path | Type | Description |
---|---|---|---|
Publisher Id
|
PublisherId | string |
Id of the publisher (source of the event) |
File #
|
FileNo | string |
File Number that the event is associated with |
Event Name
|
Name | string |
Name of the event if configured |
Region
|
Region | string |
Region name |
Region Id
|
RegionID | string |
Id of the Region |
Branch
|
Branch | string |
Branch name |
Title Company
|
TitleCompany | string |
Title Company name |
Title Company Id
|
TitleCompanyID | string |
Id of the Title Company |
Event Type
|
EventType | string |
Schema type of the event |
Horizon Event Data
|
EventData | HznEvent |
Details on the record associated with the event before and after it occurred |
HznEvent
Details on the record associated with the event before and after it occurred
Name | Path | Type | Description |
---|---|---|---|
Before the Event
|
before | object |
Details on the record before the event occurred (must be parsed with the Parse JSON action) |
After the Event
|
after | object |
Details on the record after the event occurred (must be parsed with the Parse JSON action) |