Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Email users on inbound texts #464

Open
danry25 opened this issue Jun 23, 2024 · 10 comments
Open

[FEATURE] Email users on inbound texts #464

danry25 opened this issue Jun 23, 2024 · 10 comments
Assignees
Labels
enhancement New feature or request external Helps an external customer

Comments

@danry25
Copy link
Collaborator

danry25 commented Jun 23, 2024

What is the problem that this feature solves?
We should email users about incoming texts, as this will increase the likelihood texts are read in a timely fashion.

Describe the solution you'd like
When a text comes in and the user has this feature turned on, we should email them about the incoming text and tell them to go to clientdomain.sip.callpipe.com/app/webtexting/ to reply.

Another variant of this feature might be only emailing the user about the first message of the day.

We store the clientdomain in the webhook URL currently, additional information that we need FusionPBX to provide will be the user's email address, and whether the user wants this feature on, set to daily, or off.

How will this improve revenue or reduce our costs?
This will improve the stickiness and usefulness of Web Texting for our clients.

@danry25 danry25 added enhancement New feature or request external Helps an external customer labels Jun 23, 2024
@uncheckederror
Copy link
Collaborator

It seems to me that the best way for a user to register a text-able phone number for SMS/MMS forwarding to email is through our existing WebTexting app inside of their FusionPBX domain. To enabled messaging to email I imagine the process would go like this:

  1. Login to FusionPBX.
  2. Open the WebTexting app.
  3. Select the Phone Number they want to receive text messages for.
  4. Next to the Notifications bell icon or in a similar menu there should be a icon representing email.
  5. Clicking on this icon prompts you to enter an email address or shows you the currently registered email address.
  6. When you enter an email address into the form and submit it, WebTexting calls out to the sms.callpipe.com API to update the client registration with the user provided email address.
  7. Every inbound SMS/MMS message will now be forwarded to the supplied email address and to WebTexting.

@danry25 how does that sound?

Also where is the issue for building a WebTexting widget to put on the FusionPBX homepage? It is currently quite awkward to get into WebTexting from the default homepage in FusionPBX, as we cannot directly link a user into their instance of WebTexting.

@uncheckederror
Copy link
Collaborator

Here's the WebTexting widget issue: AccelerateNetworks/fusionpbx-webtexting#49

@danry25
Copy link
Collaborator Author

danry25 commented Sep 21, 2024

Awesome, this feature works!

  • For the Web Texting URL, please remove everything past the .com section so we provide a valid URL to navigate to.
  • Push the first sentence into the footer, and rephrase it (example text below)
  • Switch email From field to instead come from [email protected]

Example of how this would display:
Hello there!

--
Reply to this message in Web Texting
This new message to 2068588757 from 12065579450 arrived at 09/21/2024 22:47:29

image

@uncheckederror
Copy link
Collaborator

uncheckederror commented Sep 22, 2024

  • Instead of "You've received a new message" put "You've received a new text message"
  • Change "View this message in Web Texting" to "View this text message in Web Texting from Accelerate Networks"

uncheckederror added a commit that referenced this issue Sep 22, 2024
uncheckederror added a commit that referenced this issue Sep 22, 2024
@danry25
Copy link
Collaborator Author

danry25 commented Sep 22, 2024

The format of the message is perfect!

Additional scope creep:

  • Handle emailed replies to texts

@uncheckederror
Copy link
Collaborator

The format of the message is perfect!

Additional scope creep:

  • Handle emailed replies to texts

How would adding support for this feature increase the value of this product? We already support outbound texting via Web Texting which is a service we charge money for. We aren't going to charge money for inbound text to email, will we be able to charge money for outbound text to email? I'm not understanding the business case for this feature creep, when we can just push users into Web Texting for it.

@danry25
Copy link
Collaborator Author

danry25 commented Sep 22, 2024

We are able to monetize outbound texts for our Web Texting customers, as higher usage will cause them to exceed the built in quotas driving incremental revenue.

Being able to treat texts just like email also opens up these use cases:

  • Instant integration with any CRM that can handle email
  • Clients with monitoring and archival requirements gain instant compliance with SEC and similar governing bodies regulations. This gives us the ability to reassure those customers in finance, medical, governmental & legal professions that they can take zero additional action inside their organisation to support SMS log retention while remaining in compliance via their existing email archival solutions.

@uncheckederror
Copy link
Collaborator

@dunkeltron here's the process:

Find a number already registered for SMS/MMS service through https://sms.callpipe.com/index.html using the GET /client endpoint (ex. https://sms.callpipe.com/client?asDialed=2065556361)

Then you need to use the registration info from the response of that endpoint to update that existing registration using the POST /client/register endpoint {
"dialedNumber": valueCopiedFrom /client,
"callbackUrl": valueCopiedFrom /client,
"clientSecret": valueCopiedFrom /client,
"email": !!!provide the forwarding email here!!!
}

Now incoming SMSes will be forwarded to the email you just set for that phone number registration.

@danry25
Copy link
Collaborator Author

danry25 commented Oct 7, 2024

MMS messages are not being forwarded. Could we add support for MMS?

@danry25
Copy link
Collaborator Author

danry25 commented Oct 21, 2024

MMS Message forwarding now works!

Additional scope creep:

  • Handle emailed replies to texts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external Helps an external customer
Projects
None yet
Development

No branches or pull requests

2 participants