Hi all,
Can a text message/sms be integrated into a workflow in order to create a thing in Bubble? Possible?
Thanks!
Jen
Hi all,
Can a text message/sms be integrated into a workflow in order to create a thing in Bubble? Possible?
Thanks!
Jen
Yep, itās possible ā I just did it using Clicksend SMS to see if it was possible! (Took me about 15 - 20 minutes. Gosh I love bubble!) Most other SMS services should be able to do it, too. Read on for some ideas and caveats:
Most of (all?) the SMS sending solutions also have a facility for handling inbound messages. Among the options is typically a hook/forward-to-url option.
Now, the various SMS sending solutions typically have several different levels of service. At a basic level, you might have SMS sending capabilities, but those messages will be sent from a rotating batch of shared numbers. You might also purchase a dedicated number so that your text messages always come from the same fixed number.
You can probably see where Iām going with this: IF you donāt have a dedicated number, your inbound text capabilities are strictly for handling replies to texts that your app has sent. However, if you have a dedicated number, then essentially your app now has a phone number. And any incoming SMS text to that number could be handled.
BUT, even on an el cheapo Clicksend SMS account, I was just now able to set up an API endpoint in my Bubble app to receive responses to texts that my app has sent.
I donāt a dedicated number. However, if someone responds, ClickSend forwards the response to my API endpoint as a POST. And then what I did in this quick ānā dirty test, is just create a new thing called āInbound SMS Textā that includes all the parameters that ClickSend passes to me.
The result is this: Hereās a repeating group that shows me inbound text messages to my appā¦
Sounds to me like maybe you are thinking of making your app kind of remote-controllable via SMS or something? (Like, if a certain text message is received, do some special thing.) You could totally do that with ClickSend as the options can filter for various conditions in the reply text, like so:
So, you could have like a secret string or something that will fire off the creation of some thing.
But, if youāre just asking, āCan my app receive inbound texts?ā The answer is a resounding yes.
Thanks for inspiring me to try this! It had not occurred to me to do so.
Addendum: in doing this I discovered that when someone replies to a text youāve sent via CickSend, it emails you an email version of the inbound text. Thatās pretty cool!
(Also, potentially annoying. Iām sure thereās some config option for that. But that was a neat discovery.)
Keith! Thank you!
What I was brainstorming was a way for a user to save a bit of copy via a text. Like, texting yourself a reminder or an idea that you can expand on later. (The main reason being that I love to test out browser-based apps before worrying about making it a native app.)
It looks like youāve given me enough to get started!
Iām going to check out ClickSend and get playing.
Againā¦ thank you!
Yeah, you can totally do that. Interestingly, these inbound response features seem to have no cost impact on the ClickSend end, afaict.
And confirmed:
Opens up a ton of possibilities I hadnāt considered.
This topic was automatically closed after 70 days. New replies are no longer allowed.