cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Can snaplogic listen to external events

muniyappanmani
New Contributor

Hey, there can snaplogic listen to external events?

6 REPLIES 6

cstewart
Former Employee

Yes, what events are you looking to listen for?
SnapLogic has built-in HTTP/S listener for incoming events, as well as being able to listen for events with things such as the Salesforce Publisher/Subscriber, JMS Producer/Consumer, Kafka Consumer/Producer, file poller and others.

Found the solution sctewart . Thanks for the help

prashantk
New Contributor

Hey Stewart, Can you point me to the snap that has the HTTP listener (is it the HTTP router)?
Also, If one wants to build a custom integration (listener), how does one go about doing that? I could not find any documentation on this. Thanks!

If you create a Triggered Task from a pipeline, it is inherently uses the HTTP listener capability in the SnapLogic platform, available on Groundplex as well as a Cloud-trigger. (and Ultra tasks for real-time tasks)
If you actually want to build a Snap which connects persistently to an endpoint, like a messaging provider or similar, then you can look at the documentation for Snap development at developer.snaplogic.com and take a look in the section here in the community to learn more.