Release Date: August 20, 2026
The information provided in this section is a listing and summary of the major additions and updates that’s associated with the InterAction+ Cloud API, release 1.4.0.
Business Development & Business Planning Data Integration
This release introduces full programmatic access to Opportunities, Relationships, Objectives, and Initiatives. Authorized third-party systems can now create, update, and remove records for these entities, and query the supporting reference and relationship-intelligence data needed to work with them.
- Opportunities – full create, update, and remove support, including status, stage, confidentiality, and team assignments.
- Relationships – create, edit, and remove relationships between contacts, plus relationship-intelligence queries such as engagement scores and connection insights.
- Objectives – full create, update, and remove support, including type, status, and measurement-of-success details.
- Initiatives – full create, update, and remove support, including type, status, and measurement-of-success details.
Access requires third-party client configuration and tenant administrator consent for the relevant read/modify scopes (for example, opportunity.read, initiative.modify), following InterAction+’s standard OAuth authorization flow.
Introduction of Event Data Queries for Opportunities, Relationships, Objectives, and Initiatives
New queries have been added to support retrieval of event data — OpportunityEventViews, RelationshipEventViews, ObjectiveEventViews, and InitiativeEventViews.
OpportunityEventViews
Retrieves opportunity-related events based on specified criteria.
- Requires the QueryOpportunityEventView capability on the on-premise database.
RelationshipEventViews
Retrieves relationship-related events based on specified criteria.
- Requires the QueryRelationshipEventView capability on the on-premise database.
ObjectiveEventViews
Retrieves objective-related events based on specified criteria.
- Requires the QueryObjectiveEventView capability on the on-premise database.
InitiativeEventViews
Retrieves initiative-related events based on specified criteria.
- Requires the QueryInitiativeEventView capability on the on-premise database.
Minimum DB Version: IADB_Patch_Release_26_008.sql
Minimum API Proxy version: 1.3.2608.1702
Find new mutations and queries details in the 1.4.0 documentation.