AccelerateNetworks / fusionpbx-webtexting

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

[FEATURE] Implement an endpoint to add email responses to our db #69

Open dunkeltron opened 2 weeks ago

dunkeltron commented 2 weeks ago

Currently if you respond to a forwarded message from your registered email the message will go through but not be added to our database. This means that our clients won't have access to the full conversation. (a potential pain point for customer support type issues)

We can add messages to our db using addMessage from Messages.php We already check all inbound messages against a secret to verify that they came from sms.callpipe Using these two features should be enough to create a new php endpoint that callpipe pings when it fires off an email response message.