As the title says, I have a webflow ecommerce site and I want to send a custom email ( not the default one ) and an sms to the phone number we collected from checkout form.
Do I need to use any third party services ?
As the title says, I have a webflow ecommerce site and I want to send a custom email ( not the default one ) and an sms to the phone number we collected from checkout form.
Do I need to use any third party services ?
Hi there!
You can customize your Webflow Ecommerce emails through the Email Settings panel. Here’s what you can modify:
The Email Settings (Settings > Email) allow you to:
Currently, Webflow doesn’t offer built-in SMS functionality. For SMS capabilities, you’ll need to integrate with a third-party service through custom code or Zapier.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Hi Rubel,
Yes you’d use Make or Zapier, plus a transactional email platform and an SMS platform for your notifications. Trigger from the new order received webhook.
Check and see if you can disable the default Webflow email, if you don’t want it.
I set up a similar flow recently and found that using a sip provider made sending SMS much smoother after the order event. Once I had the webhook from Webflow triggering a Make scenario, I could route the data to the sip provider’s API and fire off both the custom email and SMS without delays. Just make sure your provider supports the specific message formats you want to send.