Have something to say?

Tell httpSMS how they could make the product more useful to you.

Completed

API Development

It would be useful to build integrations for 3rd party software like CRM and other tools, for now the API is very much MVP. Future development could consider the following: API key verification (Simple /hello endpoint that would reply 2XX if key is valid, 4XX if API key is wrong)Creating webhooks via API calls (often required when integrating with CRM or automation platforms like Make.com / Zapier)Bulk Campaigns via API with support to distribute the queue between multiple SIM/numbers (specify array of phone numbers in "from" field). Personalization of messages with %tokens%.Endpoint to list all available/online SIM/numbers.The list would probably go on, but these would be some of the bare basics to get started with integrations which are crucial for any successful service nowadays.

Lasse Soininen About 1 month ago

1

Completed

Send a webhook when phone goes offline and when comes back online (after it being offline)

Copy from email: β€œI think if you are listening and checking for heartbeat (which you probably do in order to send the offline email), then you can set status of the phone in the DB to 0 when phone goes offline β€œWENT_OFFLINE”.Then when next heartbeat happens you can check if the phone previous status was 0 and if it is, trigger the β€œBACK_ONLINE” event and set the status to 1 in order for the next heartbeat to not trigger this event.To be honest, WENT_OFFLINE event would be really enough for me in this moment, but it will be really useful to know when the phone comes back online again as well :)”Looking forward to this. Thank you for your consideration. Cheers

Chris Petrevsky 2 months ago

2