Auntiejack56
Registered User.
- Local time
- Tomorrow, 01:45
- Joined
- Aug 7, 2017
- Messages
- 177
Hi,
I'm sending and receiving SMS from Access, and it works very well using email-to-SMS conversion provided by a 3rd party.
I'm now moving to an environment where creating and reading emails from the vba will not be available.
I've tested using a POST to an API (provided by same 3rd party) - this works great in sending the SMS, no problems at all.
But SMS replies are in the form of a callback POST from the 3rd party which contains the text of the SMS. I'll have to somehow accept the POST, consume the JSON and update the database.
Am I correct in assuming that this part can't be done in the VBA, or directly in the SQL database? If so, can anybody point me in the right direction for this part of the solution? A lot of searching on the Web has yielded very little, but there must be a ton of stuff actually out there that works similarly.
Thanks,
Jack
I'm sending and receiving SMS from Access, and it works very well using email-to-SMS conversion provided by a 3rd party.
I'm now moving to an environment where creating and reading emails from the vba will not be available.
I've tested using a POST to an API (provided by same 3rd party) - this works great in sending the SMS, no problems at all.
But SMS replies are in the form of a callback POST from the 3rd party which contains the text of the SMS. I'll have to somehow accept the POST, consume the JSON and update the database.
Am I correct in assuming that this part can't be done in the VBA, or directly in the SQL database? If so, can anybody point me in the right direction for this part of the solution? A lot of searching on the Web has yielded very little, but there must be a ton of stuff actually out there that works similarly.
Thanks,
Jack