Asked by Garrett Tacoronte on Oct 18, 2024
Garrett Tacoronte encountered an 'out of bounds integer' error using the Conversations API (/conversations/v3/conversations/threads) with a large inboxId (7952967017), suggesting the API treated it as a 32-bit int.
Answered by Nick Drane
Nick Drane (HubSpot) clarified that inbox IDs are 4-byte integers. He provided the valid inbox IDs for the user's portal, confirming the large ID being used was incorrect.