Skip to main content

How to disable Inbox?

Updated today

If you are disabling Inbox, make sure to disable all these flags via API as well:-
โ€‹

curl--location --request POST
'https://api.birdeye.com/resources/v1/business/156279793437802/updateServices?api_key=<api_key>'
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
-Body
-raw'{"messengerEnabled":0,
"isEmailViaInboxEnabled":0,
"isGoogleMessageEnabled":0,
"enableReceptionist":0,
"isVideoEnabled":0}' \

Did this answer your question?