You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: