Hi Forum ![]()
I have an issue regarding integrating the MessageBird API. I want to send sms messages through it, but I keep getting this issue;
This is my setup;
This is the documentation:
Regards
Hi Forum ![]()
I have an issue regarding integrating the MessageBird API. I want to send sms messages through it, but I keep getting this issue;
This is my setup;
This is the documentation:
Regards
You’ve spelt AccessKey wrong. Also, try sending Accept = application/json in the header, that’s what it says elsewhere in the docs
Add a header with key Accept and value application/json
Content-Type should be application/json
Nice! Thanks for the Great help @georgecollier! Implemented quite a unique way. But it is working
.
Thanks,