- Joined
- Oct 14, 2021
- Messages
- 2
- Reaction score
- 1
OK, so I've got this problem that so many others have faced. I can send outbound text messages but not receive them. So far I've tried...
* Double checking the API settings and completely recreating the SMS trunk and route.
* Checking my messaging stats in Flowroute - the messages as coming through that far at least.
* Running
curl https://api.flowroute.com/v2/numbers/FlowrouteDID/relationships/sms_callback -H "Content-Type: application/vnd.api+json" -X POST -d '{"data": {"attributes":{"callback_url": "3CXWebhook"}}}' -u acesskey:apikey
in the terminal as several threads have suggested, and the command just fails with an error that says "403 Invalid Resource Action".
I'm trying to get this ready for a business opening next week. My 3CX instance lives in Lightsail and was created using the 3CX Customer Portal.
Anyone have any ideas of something I could have missed? TIA!
* Double checking the API settings and completely recreating the SMS trunk and route.
* Checking my messaging stats in Flowroute - the messages as coming through that far at least.
* Running
curl https://api.flowroute.com/v2/numbers/FlowrouteDID/relationships/sms_callback -H "Content-Type: application/vnd.api+json" -X POST -d '{"data": {"attributes":{"callback_url": "3CXWebhook"}}}' -u acesskey:apikey
in the terminal as several threads have suggested, and the command just fails with an error that says "403 Invalid Resource Action".
I'm trying to get this ready for a business opening next week. My 3CX instance lives in Lightsail and was created using the 3CX Customer Portal.
Anyone have any ideas of something I could have missed? TIA!
Last edited by a moderator: