Hi all,
We are testing out the Notification Add-in type. Within RingCentral Developers, we can install to team to get a preview of what the {{ WEBHOOK_URL }} looks like.
The last URI path is a JWT, and it decodes to be
{
"ot": "c",
"oi": "<numericString>,
"id": "<numericString>
}
May I please ask what each JSON key-value pair represents? Thank you