question

Esteban Helguero avatar image
Esteban Helguero asked Phong Vu answered

Is there a limit with Subscription API?

Hi! I have some subscriptions created and I want to know if there is a limit to create subscriptions?

rest apiwebhooks
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Phong Vu avatar image
Phong Vu answered

20 subscriptions per user. To avoid creating multiple subscription, you can group them and use the event filters. E.g. if your app needs to receive presence events and telephony session event, you don't need to create 2 separate subscriptions but one with the filters for both events

var eventFilters = [
    "/restapi/v1.0/account/~/presence",
    "/restapi/v1.0/account/~/telephony/sessions"
    ]


1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys