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] Implement an endpoint to add email responses to our db #69

Open
dunkeltron opened this issue Nov 20, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@dunkeltron
Copy link
Contributor

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.

@dunkeltron dunkeltron added the enhancement New feature or request label Nov 20, 2024
@dunkeltron dunkeltron self-assigned this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant