if (!contact || !contact.body || !contact.body.data || !contact.body.data[0]) {
          logger.error('Cannot access to Intercom conversations: No intercom contact matches the given key');
          return [0, []];
        }