Salesforce subscriptions
OneGraph offers subscriptions when object in Salesforce is created, updated, deleted, or undeleted.
The following query will send a payload every time an Opportunity is updated:
subscription SalesforceOpportunity {
salesforce {
opportunityUpdated {
opportunity {
id
name
probability
}
}
}
}
In order to use subscriptions with OneGraph, your Salesforce plan must support API access. OneGraph will also install a custom package into your Salesforce instance that will add the required functionality.
Please contact sayhi@onegraph.com to get started.