function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eric Boller 14Eric Boller 14 

Event Platform Integration

We want to integrate an event platform we use called eTouches with Salesforce. Primarily, to insert attendees as Salesforce records. After each registration, eTouches can post to a URL that we specify with the attendee ID. The post is not configurable beyond specifying the URL. Is there a way to listen for this post in Salesforce and then execute logic if a post is made? I started to look into using an Apex REST web service, but I'm not sure if that will work as the post that eTouches makes isn't configurable.
Raj VakatiRaj Vakati
Hi Eric  ,
I think you can try with Salesforce platform events. Refer this links 

https://developer.salesforce.com/blogs/developer-relations/2017/05/first-impressions-platform-events-salesforce-enterprise-messaging-platform.html
https://rajvakati.com/2017/06/18/platform-events-in-salesforce/



Thanks ,
Raj 

 
Eric Boller 14Eric Boller 14
How would that work with what I'm describing? The POST is not configurable (an example is shown below).

array(2) {
["eventid"]=>
string(6) "555555"
["attendeeid"]=>
string(8) "555555"
}