Reply
Regular Contributor
Lindz-
Posts: 16

Salesforce.com outbound events

What integration points are available for making outbound integrations?, i.e. If I click on a number in salesforce.com can I have an event which will allow me to identify which user clicked and what number where clicked and take an external action outside salesforce.com?, either at the backend or front end?

Regular Contributor
Lindz-
Posts: 16

Re: Salesforce.com outbound events

*bump, would be nice to have this in the next version of our integration, if you can provide further information it would be great

 

Moderator
adamg
Posts: 950

Re: Salesforce.com outbound events

We don't support this - in sforce 3.0, it will be possible to use the new DB mirror API to get the object (and user) that was modified, but this is poll based, not event based, and more appropriate for async integrations than UI callouts.
Regular Contributor
Lindz-
Posts: 16

Re: Salesforce.com outbound events

Did this functionality make it into 4.0?

Regular Contributor
onthebeach
Posts: 45

Re: Salesforce.com outbound events

polling? yes

outbound messaging? no


onthebeach