Dear [Integration Team / Technical Support Team / Vendor Name],
I would like to request assistance with integrating Twilio’s SMS service into our current invoice system to automatically send SMS notifications to customers. The purpose and requirements are as follows:
Purpose of Integration: Automatically send SMS notifications to customers in the following scenarios: • When a quotation is issued • When an invoice is approaching its due date • When an invoice becomes overdue
Please let me know if you need any further details or technical documentation. Looking forward to your response and support.
- MSAnswered
Hello,
SIM doesn’t have SMS notification feature yet. As you know the app is developed with Laravel, you can refer to the notification docs at https://laravel.com/docs/12.x/notifications#sms-notifications
Thank you
- WDAnswered
Thank you for your reply.
- One problem is that I cannot change the correct time zone on my system. Even though I have tried both On Server Side and In Browser options. I am in Austarlia/Brisbane. Is there any way to correct this information, as it shows on the invoice.
- And how can I change the SSM text on the browser bar. Thanks
- MSAnswered
Hello,
Laravel uses the
UTC
as default timezone and SIM has set it as default. Did you changed thetimezone
on the settings page?The title is from the app.js I will update it to use the name from setting in the next update.
Thank you
- WDAnswered
Hi, I tried changing the timezone to nearby places but it still doesn’t work. I am using sitegroud hosting. Please guide me to fix this as soon as possible.
- And one more thing, make me change the words “Product Tax” on the invoice. In Australia we use GST instead of TAX. Please guide me where I can change this content.
Thanks
- MSAnswered
Hello,
You just update the settings to set your timezone and then use on server date format.
You can edit the language file in the
lang
folder then you will need to rebuild the app withnpm i && npm run build
Thank you
- Login to Reply