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

Valid Endpoint - Returns Correct Responses - But not syncing messages #498

Open
PixelDevelopers opened this issue Mar 18, 2021 · 0 comments

Comments

@PixelDevelopers
Copy link

Expected behavior

I expect the app to pull the message I have ready to send in my database. The web service validates if I click test integration.

My endpoint
https:///v1/SMS/smssync
payload: { success: true, error: null }

Sync Params
https:///v1/SMS/smssync?task=send&secret=test

This returns the list of SMS required to be sent.
payload: { task: "send", secret: "TEST", success: true, error: null, messages: [ { to: "<hidden>", message: "Test Message", uuid: "928848a8-b00f-452c-a880-d19e4ee8ee91" } ] }

Actual behavior

When calling the sync method, the data is sent back as suggested in the documentation. The App Logs, show this message in the right format.
It then calls TaskCheckResponse and nothing? doesn't post back, doesn't send the SMS, doesn't show the messages it's getting in app?

I have tried a bunch of different ways and can only devise I'm missing something.. any assistance would be nice.

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