question

Sara McDaniel avatar image
Sara McDaniel asked MAKE 'EM PAY LLC published

Zapier integration issues

Our company has zaps from RingCentral to Google Drive for each of our users' extensions. Within the past few weeks several of our RingCentral accounts continue to expire in Zapier (see the screenshots). I've reconnected them, but within a week some have disconnected again. Zapier support said it was an issue on the RingCentral end. zapier-ringcentral-error-1.jpg

zapier
5 comments
1 |3000

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

jenn-community-moderator avatar image jenn-community-moderator ♦ commented ·

Hello @Sara McDaniel! I would highly suggest opening a case HERE for integrations issues, and our support will contact you as soon as possible. Thank you!

0 Likes 0 ·
beaux-pilgrim avatar image beaux-pilgrim commented ·

you figure out a resolution to this? I'm having the same problem.

0 Likes 0 ·
Nioshii Wilde avatar image Nioshii Wilde commented ·

I too am having the same issue.

0 Likes 0 ·
beaux-pilgrim avatar image beaux-pilgrim commented ·

Zapier has told me that the issue with Ring Central is tied to sending data to another source like Google Drive.

0 Likes 0 ·
Mike Stowe avatar image Mike Stowe ♦♦ commented ·

Thank you for letting us know about this issue, I've forwarded this to our product team to review and investigate. If you have not already submitted a support case, I would also recommend doing so using the link provided by Jenn - https://support.ringcentral.com/contact-support.html

0 Likes 0 ·
Tracy Tirey avatar image
Tracy Tirey answered

I'm having a related issue with Zapier - the duration of the call continues to show up in "seconds" not HH:mm:ss. I got it to work once and thought it was fixed, but it reverted back to the old format after running once.

1 |3000

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

MAKE 'EM PAY LLC avatar image
MAKE 'EM PAY LLC answered MAKE 'EM PAY LLC published

I'm trying to set this up with Zapier's API Request but I'm running into issues. Zapier gives me a "Raw request failed." error screenshot-2023-03-11-184635.jpgscreenshot-2023-03-11-184705.jpg


I tried created a test app in a sandbox account which seems to work thru the "Try it out" option on RingCentral but I can't get it to work on Zapier.


3 comments
1 |3000

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

Mike Stowe avatar image Mike Stowe ♦♦ commented ·

Thank you for letting us know about this issue, I've forwarded this to our product team to review and investigate.

-1 Like -1 ·
MAKE 'EM PAY LLC avatar image MAKE 'EM PAY LLC Mike Stowe ♦♦ commented ·

No problem, thanks. Also what's interesting is when I drop the ."devtest" from URL it works but I get a permissions not granted 403 error instead in the output.


The output is below:


_full_response_data_
REDACTED
request:
method: POST
url: https://platform.ringcentral.com/restapi/v1.0/account/accountId/extension/extensionId/address-book/contact
querystring: null
headers:
accountid: REDACTED
extensionid: REDACTED
clientid: REDACTED
body: {
"firstName": "REDACTED",
"lastName": "REDACTED",
"nickName": "REDACTED",
"company": "REDACTED",
"email": "REDACTED",
"webPage": "",
"notes": "Created via Zapier Integration",
"homePhone": "REDACTED",
"homeAddress": {
"street": "REDACTED",
"city": "REDACTED",
"state": "REDACTED",
"zip": "REDACTED"
}
}


response:
status: 403
headers:
connection: close
content-language: en
content-length: 369
content-type: application/json
date: Sun, 12 Mar 2023 03:18:58 GMT
rcrequestid: a09fb710-c084-11ed-bd5d-0050568de9f3
routingkey: SJC01P01
server: nginx
www-authenticate: :censored:168:4b9f865eb8:
x-rate-limit-group: heavy
x-rate-limit-limit: 60
x-rate-limit-remaining: 59
x-rate-limit-window: 60
data:

errorCode: InsufficientPermissions
message: In order to call this API endpoint, application needs to have [Contacts] permission
errors: 1
errorCode: CMN-401
message: In order to call this API endpoint, application needs to have [Contacts] permission
permissionName: Contacts
permissionName: Contacts
body: {
"errorCode" : "InsufficientPermissions",
"message" : "In order to call this API endpoint, application needs to have [Contacts] permission",
"errors" : [ {
"errorCode" : "CMN-401",
"message" : "In order to call this API endpoint, application needs to have [Contacts] permission",
"permissionName" : "Contacts"
} ],
"permissionName" : "Contacts"
}
0 Likes 0 ·
MAKE 'EM PAY LLC avatar image MAKE 'EM PAY LLC Mike Stowe ♦♦ commented ·

[Apologies if I posted this numerous times, the website seemed to glitch on my end].


Thanks. The screenshots shows with ".devtest" in URL but I've tried it without it as well. When I run without it it'll run but it gives the following output:


_full_response_data_
REDACTED
request:
method: POST
url: https://platform.ringcentral.com/restapi/v1.0/account/accountId/extension/extensionId/address-book/contact
querystring: null
headers:
accountid: REDACTED
extensionid: REDACTED
clientid: REDACTED
body: {
"firstName": "REDACTED",
"lastName": "REDACTED",
"nickName": "REDACTED",
"company": "REDACTED",
"email": "REDACTED",
"webPage": "",
"notes": "Created via Zapier Integration",
"homePhone": "REDACTED",
"homeAddress": {
"street": "REDACTED",
"city": "REDACTED",
"state": "REDACTED",
"zip": "REDACTED"
}
}


response:
status: 403
headers:
connection: close
content-language: en
content-length: 369
content-type: application/json
date: Sun, 12 Mar 2023 03:18:58 GMT
rcrequestid: a09fb710-c084-11ed-bd5d-0050568de9f3
routingkey: SJC01P01
server: nginx
www-authenticate: :censored:168:4b9f865eb8:
x-rate-limit-group: heavy
x-rate-limit-limit: 60
x-rate-limit-remaining: 59
x-rate-limit-window: 60
data:

errorCode: InsufficientPermissions
message: In order to call this API endpoint, application needs to have [Contacts] permission
errors: 1
errorCode: CMN-401
message: In order to call this API endpoint, application needs to have [Contacts] permission
permissionName: Contacts
permissionName: Contacts
body: {
"errorCode" : "InsufficientPermissions",
"message" : "In order to call this API endpoint, application needs to have [Contacts] permission",
"errors" : [ {
"errorCode" : "CMN-401",
"message" : "In order to call this API endpoint, application needs to have [Contacts] permission",
"permissionName" : "Contacts"
} ],
"permissionName" : "Contacts"
}
0 Likes 0 ·
Work together.
From anywhere.

Team messaging, video meetings
and phone - all in one app.


Get the new RingCentral app