WD
Asked
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.
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.
- MSAnsweredHello,
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 - WDAnsweredThank you for your reply.
1. 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.
2. And how can I change the SSM text on the browser bar. Thanks - MSAnsweredHello,
Laravel uses the `UTC` as default timezone and SIM has set it as default. Did you changed the `timezone` 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 - WDAnsweredHi,
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 - MSAnsweredHello,
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 with `npm i && npm run build`
Thank you - Login to Reply