Can Flow send "internal SMS"?

Solved
FurtherRecords
Excursionist
26 0 6

I have Flow sending internal emails but sending SMS would be even better for my staff who rarely check their emails.

Accepted Solution (1)
PaulNewton
Shopify Partner
5931 537 1241

This is an accepted solution.

Not natively , there a couple flow-integrations that can.

https://customizations.myshopify.com/admin/apps/flow/web/editor/templates?sort=best_match&search=tex... 

With the flow http-send-request action you could call a webhook or connect to an api that provides sms messaging, such as the twilio service. 

 

Some lowcode/nocode services that a store may already be using like ifttt, zapier have sms features as well

https://ifttt.com/sms 

https://zapier.com/apps/sms/integrations 

 

 

A bit more advanced usemechanic app, integrates with flow, has an example of sending an sms via nexmo(vonage) and working with flow

https://tasks.mechanic.dev/send-an-sms-via-nexmo-when-a-product-is-created 

https://tasks.mechanic.dev/?tags=Shopify%20Flow 

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


View solution in original post

Replies 3 (3)
PaulNewton
Shopify Partner
5931 537 1241

This is an accepted solution.

Not natively , there a couple flow-integrations that can.

https://customizations.myshopify.com/admin/apps/flow/web/editor/templates?sort=best_match&search=tex... 

With the flow http-send-request action you could call a webhook or connect to an api that provides sms messaging, such as the twilio service. 

 

Some lowcode/nocode services that a store may already be using like ifttt, zapier have sms features as well

https://ifttt.com/sms 

https://zapier.com/apps/sms/integrations 

 

 

A bit more advanced usemechanic app, integrates with flow, has an example of sending an sms via nexmo(vonage) and working with flow

https://tasks.mechanic.dev/send-an-sms-via-nexmo-when-a-product-is-created 

https://tasks.mechanic.dev/?tags=Shopify%20Flow 

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


FurtherRecords
Excursionist
26 0 6

Thanks Paul & Paul. I tried with Twilio and got a bit lost but I was able to make it work with Zapier. I'm happy with that!

paul_n
Shopify Staff
Shopify Staff
603 97 154

The shortest path to using SMS with Flow would be to choose one of the existing 3p actions. As @PaulNewton said, you could also use Send HTTP Request with your service of choice (e.g., like Twilio). Flow will likely not support a native SMS action due to the difficulty in policing bad actors. 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.