PipedreamHQ/pipedream

[TRIGGER] Quriiri - New Message Received

Open

#16.535 geöffnet am 1. Mai 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (5.305 Forks)batch import
enhancementgood first issuehelp wantedtrigger / source

Repository-Metriken

Stars
 (7.438 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 7h) (131 gemergte PRs in 30 T)

Beschreibung

App Quriiri

Trigger New Message Received https://docs.quriiri.fi/docs/quriiri/receive-sms/operations/create-a

Additional context: Since Quriiri has dedicated a different resource within their API host to handle the integration with Pipedream, their team adviced on this difference with respect to the public API:

The public receive message API functions a bit differently from the dedicated Pipedream API. The Pipedream version includes an automated method for setting the "callback" URL for MO SMS messages. The current setup expects Pipedream to make an HTTP POST request to <quriiri_url>/v2/pipedream/{integration_id}/receivesms/subscribe with the following request body: { "postback_url": "HttpUrl", "number": "string" }

This action establishes a routing rule in our system, ensuring that any MO SMS messages sent to the specified number are delivered to the provided Pipedream postback_url

Contributor Guide