Hello everyone,
I'm working on integrating RingCentral's SMS capabilities into my n8n workflows. I'm looking for a way to send SMS messages directly from n8n using HTTP requests to the SMS send endpoint.
However, I'd like to simplify the authentication process by using a hardcoded credential or authorization token instead of going through the full OAuth flow each time.
Is this approach possible with the RingCentral API? If so, could someone provide any pointers on how to achieve this?
Any suggestions or code examples would be greatly appreciated!
Thanks in advance!