Integration via Google pub sub spoke

Community Alums
Not applicable

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

3 REPLIES 3

KartheekM
Tera Contributor

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

MamtaNegi
Tera Contributor

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.

MadavapeddiK
Tera Contributor

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