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

Create Chat/Send Text to SMS Target #685

Open
JUSTINMKAUFMAN opened this issue Aug 21, 2024 · 0 comments
Open

Create Chat/Send Text to SMS Target #685

JUSTINMKAUFMAN opened this issue Aug 21, 2024 · 0 comments

Comments

@JUSTINMKAUFMAN
Copy link

First of all, I am able to send SMS from the Messages app on the Mac where the server is running.

The issue I am seeing is:
When sending the first message to a new SMS target (i.e. one with no iMessage availability)...
it attempts to send it via iMessage...
immediately returns a success response to the client...
but actually fails to deliver the message...
and never emits a message send error webhook or anything.

If I go into the Messages app, click the red ! and click 'Retry as Text Message', it works and then all subsequent send requests to that contact work perfectly via SMS.

Normally I call Create Chat when sending the initial message to a new contact (this works for iMessage at least), but I have also tried skipping this and just calling the Send Text method for SMS targets (manually constructing the chatGuid as SMS;-;+{phone}.

Has anyone else experienced and/or solved this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant