Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Receive messages in a push manner via webhooksΒ #15

Description

@ahanselka

VoIP.ms allows you to configure a webhook endpoint that it will call when it receives a message for you. This would allow the bridge to be slightly more real-time, but would add complexity in that it would have to be able to receive HTTP messages. I don't know enough node to have much insight here, but if I have time I might look into it. It might be a nice feature someday. πŸ˜ƒ

Docs can be found on the voip.ms wiki

The parameters that the callback sends are as follows:

 {ID} The ID of the SMS message.
 {TIMESTAMP} The date and time the message was received.
 {FROM} The phone number that sent you the message
 {TO} The DID Number that received the message
 {MESSAGE} The content of the message
 Example: http: //mysite.com/sms.php?to={TO}&from={FROM}&message={MESSAGE}&id={ID}&date={TIMESTAMP}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions