79673478

Date: 2025-06-20 13:48:56
Score: 1.5
Natty:
Report link

I’m thinking of using a Pub/Sub topic. There are third-party SMS gateway services that allows you to configure a webhook that triggers when an SMS is received. This webhook can then send the data to a Pub/Sub topic. Then create a Cloud Run service that subscribes to the Pub/Sub topic. This service will receive the SMS data and then insert it into a BigQuery table. Let me know if this works.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: jggp1094