GCP PubSub Node Type

Any chance we could get a native n8n node support for GCP PubSub?

Ref: https://cloud.google.com/pubsub

I mean I’ve set PubSub up for clients with just using regular webhooks on make for example. The setup is a bit tedious which I could agree would be nice but it’s easily possible with base nodes still.

Yeah, I’m trying not to introduce additional complexity here. make.com gets quite expensive when the volume is high enough.

I wasn’t suggesting to use their platform. The thought process is the same on each. Set up a webhook listener and make some other requests down the line to capture unread emails. In either another flow or the same you need a every 3 day cron job to call the subscribe endpoint.

I could mock up an example if you desire?