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.
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.