Integration via Google pub sub spoke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:44 AM
Hi Community,
We are integrating servicenow third party tool via google pub sub spoke (OOB spoke available for integration hub).
Whenever the third party tool publishes the message to topic in a google pub/sub , we are not getting any notification, but when they publishes message to subscription id we are recieving it.
But for some reasons we want to consume it via topic instead of subscription ID. Any help or guidance would be appreciated.
Thanks
Priyanka Soni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 04:03 AM
Hi Priyanka,
Have you come across any solution for this? We are also looking for similar solution where SNOW publishes requests to google pub/sub spoke. Please share if you have any documentation or steps for the same.
Thanks,
Kartheek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 02:38 AM
Hi All,
I have a requirement to use google PUB/SUB to receive the message from third party tool , can anyone help me with the steps or any documentation.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 03:15 AM
Hi,
I managed to implement through a flow designer by follow steps.
- Create a flow designer
- Repeat step to execute this flow for every an hour or so >> I wonder why SNOW doesn't have listener to retreive messages
- Using GCP Spoke plug-in retrieve encoded messages on respective project + topic
- Process these messages by decoding into JSON format
Thanks,
Kartheek