AccelerateNetworks / fusionpbx-webtexting

GNU Affero General Public License v3.0
0 stars 0 forks source link

Templated Responses #36

Open danry25 opened 5 months ago

danry25 commented 5 months ago

It would be good to provide a way to template texts so users can more easily send texts they find repetitive but are necessary client outreach like appointment reminders.

User would go into Web Texting, head to Templates, write their message template and define any sections of the message that need to be manually set before sending. Then to send a message they would select the templated message from the templated message menu and then they would fill in any sections that manually need to be set before being able to press Send.

dunkeltron commented 5 months ago

for non bulk sending purposes this is great. we can add a table to our fusionpbx called webtexting_templates that holds domain_uuid, template_uuid, message_template, template_name, plus some housekeeping type fields if necessary (updated, created).

views send template and create (w/ edit subview) template

This is not planned to have variables